f489395711
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
16 lines
349 B
Makefile
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
|
|
|