summaryrefslogtreecommitdiffstats
path: root/kchart
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-22 05:22:01 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-22 05:22:01 +0000
commit5b46910e08967d8155e728a455a16e3bbd408dae (patch)
treef99c6ba0f7437be12124792d3bb427db7aaa202d /kchart
parentad47728c5945e26ce2937636bc27871e16b42416 (diff)
downloadkoffice-5b46910e08967d8155e728a455a16e3bbd408dae.tar.gz
koffice-5b46910e08967d8155e728a455a16e3bbd408dae.zip
Further makefile updates
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1078340 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kchart')
-rw-r--r--kchart/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/kchart/Makefile.am b/kchart/Makefile.am
index d05332b47..2708152a2 100644
--- a/kchart/Makefile.am
+++ b/kchart/Makefile.am
@@ -35,19 +35,19 @@ libkchartcommon_la_SOURCES = kchart_part.cc \
libkchartcommon_la_LIBADD = $(top_builddir)/interfaces/libkochart.la \
$(LIB_KOFFICEUI) \
kdchart/libkdchart.la
-libkchartcommon_la_LDFLAGS = $(KDE_RPATH) -version-info 2:0:0 -no-undefined
+libkchartcommon_la_LDFLAGS = $(KDE_RPATH) -version-info 2:0:0 -no-undefined $(LIB_QT)
## The part
kde_module_LTLIBRARIES = libkchartpart.la
libkchartpart_la_SOURCES = kchart_factory_init.cc
-libkchartpart_la_LDFLAGS = $(KDE_PLUGIN)
+libkchartpart_la_LDFLAGS = $(KDE_PLUGIN) $(LIB_QT)
libkchartpart_la_LIBADD = libkchartcommon.la
## The kdeinit loadable module and executable
kdeinit_LTLIBRARIES = kchart.la
bin_PROGRAMS =
kchart_la_SOURCES = main.cc
-kchart_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+kchart_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT)
kchart_la_LIBADD = $(LIB_KOFFICECORE)
noinst_HEADERS = kchart_part.h \