From b528f942918d6c0375a30e367b3ba7cf5db18e92 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 18 May 2012 14:16:08 -0500 Subject: [PATCH] Fix missing symbol errors in kuiviewer and related parts Fix compilation on TQt3 This breaks compilation on Qt3, revert this change if using Qt3 --- kuiviewer/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)