summaryrefslogtreecommitdiffstats
path: root/kexi/tests/widgets/Makefile.am
blob: 683fcf89a2b3a197bc778835fa2dfa1686a50186 (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_TQT) $(LIB_TDECORE) \
 $(top_builddir)/kexi/kexidb/libkexidb.la \
 $(top_builddir)/kexi/widget/libkexiextendedwidgets.la
kexidbdrivercombotest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor

METASOURCES = AUTO