plasma-framework/tests/Makefile.am
Aaron J. Seigo f489395711 the test now builds and passes and even works with srcdir!=builddir
coolo is, in case anyone missed it, a build system god
whilst i am but the humble jester in that court
at least i can add "qttestlib" to my resume
now to find someone who'd care ;)

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=458332
2005-09-07 20:49:49 +00:00

16 lines
349 B
Makefile

INCLUDES = -I$(top_srcdir)/workspace/plasma/lib $(all_includes)
AM_LDFLAGS = $(QT_LDFLAGS) $(X_LDFLAGS) $(KDE_RPATH)
noinst_PROGRAMS = testAppletInfo
noinst_HEADERS = testAppletInfo.h
METASOURCES = AUTO
LDADD = ../libplasma.la -lQtTest_debug
testAppletInfo_SOURCES = testAppletInfo.cpp
check:
opwd=$PWD; cd $(srcdir) && $$opwd/testAppletInfo