diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:08 +0900 |
commit | 483f7807042d6a950ebad3a6c77d33be1b1963ab (patch) | |
tree | cb22fd283b33a93cc5baf6cad22c3918d9009def /tdefile-plugins | |
parent | b54ba2de8844b81b7873405c072a5f2a9a57dbf5 (diff) | |
download | k3b-483f7807042d6a950ebad3a6c77d33be1b1963ab.tar.gz k3b-483f7807042d6a950ebad3a6c77d33be1b1963ab.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdefile-plugins')
-rw-r--r-- | tdefile-plugins/k3bproject/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/k3bproject/Makefile.am b/tdefile-plugins/k3bproject/Makefile.am index 424c358..886e667 100644 --- a/tdefile-plugins/k3bproject/Makefile.am +++ b/tdefile-plugins/k3bproject/Makefile.am @@ -14,7 +14,7 @@ noinst_HEADERS = tdefile_k3bprojectfileplugin.h kde_module_LTLIBRARIES = tdefile_k3b.la tdefile_k3b_la_SOURCES = tdefile_k3bprojectfileplugin.cpp -tdefile_k3b_la_LDFLAGS = $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) -module $(KDE_PLUGIN) +tdefile_k3b_la_LDFLAGS = $(all_libraries) $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) -module $(KDE_PLUGIN) tdefile_k3b_la_LIBADD = $(LIB_TDEIO) ../../libk3b/libk3b.la ../../src/projects/kostore/libkostore.la # let automoc handle all of the meta source files (moc) |