diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:58 +0900 |
commit | 50f8377beecb01ff8b5e0a767c9ef2047a715076 (patch) | |
tree | b09603d9563baf16716b5304785b5ef29c7eef7b /korundum | |
parent | 8f1ea5b929e2b3ad305e865359fc00f4b9eb054c (diff) | |
download | tdebindings-50f8377beecb01ff8b5e0a767c9ef2047a715076.tar.gz tdebindings-50f8377beecb01ff8b5e0a767c9ef2047a715076.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'korundum')
-rw-r--r-- | korundum/rubylib/rbtdeconfig_compiler/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korundum/rubylib/rbtdeconfig_compiler/Makefile.am b/korundum/rubylib/rbtdeconfig_compiler/Makefile.am index 92c4f429..f266f8a1 100644 --- a/korundum/rubylib/rbtdeconfig_compiler/Makefile.am +++ b/korundum/rubylib/rbtdeconfig_compiler/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/tdecore -I$(top_srcdir) $(all_includes) bin_PROGRAMS = rbtdeconfig_compiler -rbtdeconfig_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +rbtdeconfig_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor rbtdeconfig_compiler_LDADD = $(LIB_TDECORE) rbtdeconfig_compiler_SOURCES = rbtdeconfig_compiler.cpp |