summaryrefslogtreecommitdiffstats
path: root/kexi/tests/widgets/Makefile.am
blob: afedc47106ca950f32f724357388e3e058e4a73e (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) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor

METASOURCES = AUTO