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.
|
|
|
INCLUDES = -I$(top_srcdir) $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
check_PROGRAMS = sampletests sampletestsgui
|
|
|
|
|
|
|
|
sampletests_SOURCES = main.cpp sampletest.cpp
|
|
|
|
sampletests_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
sampletests_LDADD = -ltdeunittest
|
|
|
|
|
|
|
|
sampletestsgui_SOURCES = maingui.cpp sampletest.cpp
|
|
|
|
sampletestsgui_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
# Normally you would write -ltdeunittestgui here, but since the examples
|
|
|
|
# are bundled with the library source code itself we don't want to
|
|
|
|
# have you install the libraries before you can compile the examples.
|
|
|
|
sampletestsgui_LDADD = ../../libtdeunittestgui.la
|
|
|
|
|
|
|
|
noinst_HEADERS = sampletest.h
|
|
|
|
|
|
|
|
TESTS = sampletests
|
|
|
|
|
|
|
|
guicheck: sampletestsgui
|
|
|
|
tdeunittest ./sampletestsgui SampleTests
|