diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:52 +0900 |
commit | aa882de2135a84abcb0d8b2b41239ebb24cd385a (patch) | |
tree | 2f080e4ebf64c77349896ceeef9440e6e17f9872 /karm/test | |
parent | fde2af1d62167f372c9b84be8ede32bdb62bb7a8 (diff) | |
download | tdepim-aa882de2135a84abcb0d8b2b41239ebb24cd385a.tar.gz tdepim-aa882de2135a84abcb0d8b2b41239ebb24cd385a.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'karm/test')
-rw-r--r-- | karm/test/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/karm/test/Makefile.am b/karm/test/Makefile.am index b8da6ca65..5397d57ba 100644 --- a/karm/test/Makefile.am +++ b/karm/test/Makefile.am @@ -3,12 +3,12 @@ METASOURCES = AUTO check_PROGRAMS = runscripts locking runscripts_SOURCES = script.cpp runscripts.cpp -runscripts_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -runscripts_LDADD = $(LIB_QT) $(LIB_TDECORE) +runscripts_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +runscripts_LDADD = $(LIB_TQT) $(LIB_TDECORE) locking_SOURCES = locking.cpp lockerthread.cpp -locking_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -locking_LDADD = $(LIB_QT) $(top_builddir)/libkcal/libkcal.la +locking_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +locking_LDADD = $(LIB_TQT) $(top_builddir)/libkcal/libkcal.la KDE_CXXFLAGS = $(USE_EXCEPTIONS) |