You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
507 B
18 lines
507 B
include $(top_srcdir)/lib/kross/Makefile.global
|
|
|
|
noinst_PROGRAMS = krosstest
|
|
|
|
krosstest_SOURCES = testobject.cpp testaction.cpp testplugin.cpp testwindow.cpp main.cpp
|
|
|
|
krosstest_LDADD = \
|
|
$(LIB_QT) \
|
|
$(LIB_TDECORE) \
|
|
$(LIB_TDEUI) \
|
|
../api/libkrossapi.la \
|
|
../main/libkrossmain.la
|
|
|
|
INCLUDES = $(KROSS_INCLUDES) $(all_includes)
|
|
krosstest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
|
|
SUBDIRS = .
|
|
METASOURCES = AUTO
|