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 /kbruch/testcases | |
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 'kbruch/testcases')
-rw-r--r-- | kbruch/testcases/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbruch/testcases/Makefile.am b/kbruch/testcases/Makefile.am index b2389856..5f4f8094 100644 --- a/kbruch/testcases/Makefile.am +++ b/kbruch/testcases/Makefile.am @@ -5,7 +5,7 @@ kbruch_test_SOURCES = task.cpp ratio.cpp ratio_test.cpp primenumber.cpp primenum kbruch_test_LDADD = -lboost_unit_test_framework-gcc $(LIB_TDEUI) # the library search path. -kbruch_test_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +kbruch_test_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor EXTRA_DIST = primenumber.cpp primenumber.h ratio.cpp ratio.h task.cpp task.h primenumber_test.cpp ratio_test.cpp kbruch_test.cpp |