diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:07 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:07 +0900 |
commit | 587ca734029305fe2e6f8c683ff390995ecb40f3 (patch) | |
tree | 14722c00353acba461dbef17bd432d2fd9a14654 /tests | |
parent | c75288cddcc723af5cbf9820fbaa6e97b4608a78 (diff) | |
download | gtk3-tqt-engine-587ca734029305fe2e6f8c683ff390995ecb40f3.tar.gz gtk3-tqt-engine-587ca734029305fe2e6f8c683ff390995ecb40f3.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 1010a2e..5dccd1b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -31,7 +31,7 @@ test_painter_CXXFLAGS = \ $(GTK3_CFLAGS) test_painter_LDADD = \ - $(KDE_LIBADD) ../tdegtk/libtqtcairo.la $(all_libraries) $(CAIRO_LIBS) $(GTK3_LIBS) $(LIB_QT) $(LIB_TDEUI) + $(KDE_LIBADD) ../tdegtk/libtqtcairo.la $(all_libraries) $(CAIRO_LIBS) $(GTK3_LIBS) $(LIB_TQT) $(LIB_TDEUI) test_painter_LDFLAGS = \ $(KDE_LDFLAGS) \ |