summaryrefslogtreecommitdiffstats
path: root/kexi/tests/widgets/Makefile.am
blob: bfdd4f6ba38533220e69b8d6e78b8d8e401f28a7 (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_TDECORE) \
 $(top_builddir)/kexi/kexidb/libkexidb.la \
 $(top_builddir)/kexi/widget/libkexiextendedwidgets.la
kexidbdrivercombotest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor

METASOURCES = AUTO