diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:55 +0900 |
commit | 2e0665dec63c510f6b070dde78eb933a82a56673 (patch) | |
tree | 7a31e85e4e460e3f8eb99304e94dd732c7a80185 /libtdeedu/tdeeduplot | |
parent | e665c37a3b44cd56504ade07f716520779befacf (diff) | |
download | tdeedu-2e0665dec63c510f6b070dde78eb933a82a56673.tar.gz tdeedu-2e0665dec63c510f6b070dde78eb933a82a56673.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libtdeedu/tdeeduplot')
-rw-r--r-- | libtdeedu/tdeeduplot/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdeedu/tdeeduplot/Makefile.am b/libtdeedu/tdeeduplot/Makefile.am index 21b84f2a..00d8f278 100644 --- a/libtdeedu/tdeeduplot/Makefile.am +++ b/libtdeedu/tdeeduplot/Makefile.am @@ -9,7 +9,7 @@ libtdeeduplotinclude_HEADERS = kplotobject.h kplotaxis.h kplotwidget.h libtdeeduplot_la_SOURCES = kplotobject.cpp kplotaxis.cpp kplotwidget.cpp libtdeeduplot_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 3:0:2 -libtdeeduplot_la_LIBADD = $(LIB_TDECORE) $(LIB_QT) +libtdeeduplot_la_LIBADD = $(LIB_TDECORE) $(LIB_TQT) METASOURCES = AUTO |