From b6542ab1d27d45007315806c2e85400e211c4ed1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 17 Feb 2010 00:26:40 +0000 Subject: [PATCH] Automake fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kbarcode@1091545 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- fileplugin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)