diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:19:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:19:52 +0900 |
commit | 887cea632095fefdd3828cf9cf7e22a1e05f4e7d (patch) | |
tree | d30bf9c0f4950a5e4cfb993803730a8860c042e9 /twin/clients/keramik | |
parent | dfd6ba4fe3e22f3cfe25b899aff8d978d62ebe34 (diff) | |
download | tdebase-887cea632095fefdd3828cf9cf7e22a1e05f4e7d.tar.gz tdebase-887cea632095fefdd3828cf9cf7e22a1e05f4e7d.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'twin/clients/keramik')
-rw-r--r-- | twin/clients/keramik/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/clients/keramik/Makefile.am b/twin/clients/keramik/Makefile.am index 17c1c3f9c..2ed77cac7 100644 --- a/twin/clients/keramik/Makefile.am +++ b/twin/clients/keramik/Makefile.am @@ -7,8 +7,8 @@ noinst_PROGRAMS = embedtool noinst_HEADERS = tiles.h embedtool_SOURCES = embedtool.cpp -embedtool_LDADD = $(LIB_QT) -embedtool_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +embedtool_LDADD = $(LIB_TQT) +embedtool_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor kde_module_LTLIBRARIES = twin3_keramik.la |