summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-18 14:16:08 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-18 14:16:08 -0500
commitb528f942918d6c0375a30e367b3ba7cf5db18e92 (patch)
tree55e4c7f60438cea76dec7ac1d8d12256f4b2403e
parent411edb33146832d9c755b678f13da978867e6dee (diff)
downloadtdesdk-b528f942918d6c0375a30e367b3ba7cf5db18e92.tar.gz
tdesdk-b528f942918d6c0375a30e367b3ba7cf5db18e92.zip
Fix missing symbol errors in kuiviewer and related parts
Fix compilation on TQt3 This breaks compilation on Qt3, revert this change if using Qt3
-rw-r--r--kuiviewer/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kuiviewer/Makefile.am b/kuiviewer/Makefile.am
index a4faaf3a..4557b53e 100644
--- a/kuiviewer/Makefile.am
+++ b/kuiviewer/Makefile.am
@@ -42,7 +42,7 @@ kde_module_LTLIBRARIES = libkuiviewerpart.la quithumbnail.la
# the Part's source, library search path, and link libraries
libkuiviewerpart_la_SOURCES = kuiviewer_part.cpp
libkuiviewerpart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
-libkuiviewerpart_la_LIBADD = $(LIB_KPARTS) $(LIB_KFILE) # -lqui
+libkuiviewerpart_la_LIBADD = $(LIB_KPARTS) $(LIB_KFILE) -ltqui
# this is where the desktop file will go
partdesktopdir = $(kde_servicesdir)