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.
|
|
|
noinst_HEADERS = test.h
|
|
|
|
|
|
|
|
# let automoc handle all of the meta source files (moc)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
noinst_PROGRAMS = propertytest
|
|
|
|
|
|
|
|
propertytest_SOURCES = main.cpp test.cpp
|
|
|
|
propertytest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
propertytest_LDADD = $(LIB_KOPROPERTY)
|
|
|
|
|
|
|
|
# this is where the shell's XML-GUI resource file goes
|
|
|
|
#shellrcdir = $(kde_datadir)/test
|
|
|
|
#shellrc_DATA = testui.rc
|
|
|
|
|
|
|
|
INCLUDES= $(KOPROPERTY_INCLUDES) $(KOFFICE_INCLUDES) $(all_includes)
|
|
|
|
|