summaryrefslogtreecommitdiffstats
path: root/kexi/tests/widgets/Makefile.am
blob: 83fe29f8fee70e00793e61951e4a1aa0621f7fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include $(top_srcdir)/kexi/Makefile.global

noinst_PROGRAMS = kexidbdrivercombotest

INCLUDES = -I$(top_srcdir)/kexi $(all_includes)

kexidbdrivercombotest_SOURCES = kexidbdrivercombotest.cpp
kexidbdrivercombotest_LDADD = $(LIB_QT) $(LIB_KDECORE) \
 $(top_builddir)/kexi/kexidb/libkexidb.la \
 $(top_builddir)/kexi/widget/libkexiextendedwidgets.la
kexidbdrivercombotest_LDFLAGS = $(all_libraries) $(KDE_RPATH)

METASOURCES = AUTO