summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/test
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-10 20:45:10 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-10 20:45:10 +0000
commit8b44021a8864099221bd1f5f4cfc1d209fcf078b (patch)
tree7589c2e0dc56f7ccc13cfbcf926ac7cd21fc63b0 /lib/koproperty/test
parentf96e42380a9bc755141480d3809a9c7eeecb4539 (diff)
downloadkoffice-8b44021a8864099221bd1f5f4cfc1d209fcf078b.tar.gz
koffice-8b44021a8864099221bd1f5f4cfc1d209fcf078b.zip
Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiric
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lib/koproperty/test')
-rw-r--r--lib/koproperty/test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/koproperty/test/Makefile.am b/lib/koproperty/test/Makefile.am
index 2bcf7993..3529798c 100644
--- a/lib/koproperty/test/Makefile.am
+++ b/lib/koproperty/test/Makefile.am
@@ -6,7 +6,7 @@ METASOURCES = AUTO
noinst_PROGRAMS = propertytest
propertytest_SOURCES = main.cpp test.cpp
-propertytest_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+propertytest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
propertytest_LDADD = $(LIB_KOPROPERTY)
# this is where the shell's XML-GUI resource file goes