diff options
Diffstat (limited to 'tdefile-plugins/vcf/Makefile.am')
-rw-r--r-- | tdefile-plugins/vcf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/vcf/Makefile.am b/tdefile-plugins/vcf/Makefile.am index 5b210eed0..54573423b 100644 --- a/tdefile-plugins/vcf/Makefile.am +++ b/tdefile-plugins/vcf/Makefile.am @@ -9,7 +9,7 @@ noinst_HEADERS = tdefile_vcf.h kde_module_LTLIBRARIES = tdefile_vcf.la tdefile_vcf_la_SOURCES = tdefile_vcf.cpp -tdefile_vcf_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore +tdefile_vcf_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore tdefile_vcf_la_LIBADD = $(LIB_TDESYCOCA) $(LIB_TDEABC) # let automoc handle all of the meta source files (moc) |