summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib/designer/rbuic
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:58 +0900
commit50f8377beecb01ff8b5e0a767c9ef2047a715076 (patch)
treeb09603d9563baf16716b5304785b5ef29c7eef7b /qtruby/rubylib/designer/rbuic
parent8f1ea5b929e2b3ad305e865359fc00f4b9eb054c (diff)
downloadtdebindings-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 'qtruby/rubylib/designer/rbuic')
-rw-r--r--qtruby/rubylib/designer/rbuic/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtruby/rubylib/designer/rbuic/Makefile.am b/qtruby/rubylib/designer/rbuic/Makefile.am
index a8eef55d..77a1033e 100644
--- a/qtruby/rubylib/designer/rbuic/Makefile.am
+++ b/qtruby/rubylib/designer/rbuic/Makefile.am
@@ -9,7 +9,7 @@ INCLUDES = $(all_includes)
METASOURCES = AUTO
librbuic_la_SOURCES = widgetdatabase.cpp uic.cpp subclassing.cpp parser.cpp object.cpp form.cpp embed.cpp domtool.cpp
-librbuic_la_LIBADD = $(LIB_QT) $(LIBZ)
+librbuic_la_LIBADD = $(LIB_TQT) $(LIBZ)
rbuic_SOURCES = main.cpp
rbuic_LDADD = librbuic.la $(all_libraries)