summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fileplugin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/fileplugin/Makefile.am b/fileplugin/Makefile.am
index 83e54db..b543a67 100644
--- a/fileplugin/Makefile.am
+++ b/fileplugin/Makefile.am
@@ -4,7 +4,7 @@ INCLUDES = $(all_includes)
kde_module_LTLIBRARIES = kfile_kbarcode.la
kfile_kbarcode_la_SOURCES = kfile_kbarcode.cpp
-kfile_kbarcode_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
+kfile_kbarcode_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_QT) $(all_libraries)
kfile_kbarcode_la_LIBADD = $(LIB_KSYCOCA) $(LIB_KDECORE)
# let automoc handle all of the meta source files (moc)