summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-19 00:39:14 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-19 00:39:14 -0500
commitfc01b01cf116c3dfc0516975c2a136037b9b4f2b (patch)
tree6172d844db7623a4215a48279bff12483fc7d2ab
parentb528f942918d6c0375a30e367b3ba7cf5db18e92 (diff)
downloadtdesdk-fc01b01c.tar.gz
tdesdk-fc01b01c.zip
Fix building on 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 4557b53e..7f31a16d 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) -ltqui
+libkuiviewerpart_la_LIBADD = $(LIB_KPARTS) $(LIB_KFILE) $(LIB_QUI)
# this is where the desktop file will go
partdesktopdir = $(kde_servicesdir)