diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:58 +0900 |
commit | 4f55ea0fcee52e34a720ad5e6bc02d7a6ecb762d (patch) | |
tree | 03ed3e3ebdf9336503c863a6605c35669d55a2da /kstartperf | |
parent | 4d92e84e908449a3ad39dcd62bfe79a217fa568b (diff) | |
download | tdesdk-4f55ea0fcee52e34a720ad5e6bc02d7a6ecb762d.tar.gz tdesdk-4f55ea0fcee52e34a720ad5e6bc02d7a6ecb762d.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kstartperf')
-rw-r--r-- | kstartperf/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kstartperf/Makefile.am b/kstartperf/Makefile.am index 6228c9ad..f1b2834e 100644 --- a/kstartperf/Makefile.am +++ b/kstartperf/Makefile.am @@ -1,11 +1,11 @@ INCLUDES = $(all_includes) lib_LTLIBRARIES = libkstartperf.la -libkstartperf_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ldl -version-info 1:0 -no-undefined +libkstartperf_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ldl -version-info 1:0 -no-undefined libkstartperf_la_SOURCES = libkstartperf.c bin_PROGRAMS = kstartperf -kstartperf_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) +kstartperf_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) kstartperf_LDADD = $(LIB_TDECORE) kstartperf_SOURCES = kstartperf.cpp |