Fix missing symbol errors in kuiviewer and related parts

Fix compilation on TQt3
This breaks compilation on Qt3, revert this change if using Qt3
pull/1/head
Timothy Pearson 12 years ago
parent 411edb3314
commit b528f94291

@ -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)

Loading…
Cancel
Save