summaryrefslogtreecommitdiffstats
path: root/systemsettings
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-09-17 23:20:42 +0900
committerMichele Calgaro <[email protected]>2018-09-17 23:20:42 +0900
commit2c263b2b586f258f3883949281f2f2ab68fd12ae (patch)
tree3fba72e6dd37b38a47f9ab6db1589329ecfe3bdb /systemsettings
parent3679364ad3a6f0fd66292e3e2f91708f5106e940 (diff)
downloadtde-systemsettings-2c263b2b586f258f3883949281f2f2ab68fd12ae.tar.gz
tde-systemsettings-2c263b2b586f258f3883949281f2f2ab68fd12ae.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'systemsettings')
-rw-r--r--systemsettings/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemsettings/Makefile.am b/systemsettings/Makefile.am
index dbc0de4..fcbb2ff 100644
--- a/systemsettings/Makefile.am
+++ b/systemsettings/Makefile.am
@@ -28,7 +28,7 @@ systemsettings_SOURCES = tdecmodulemenu.cpp kcmsearch.cpp kcmultiwidget.cpp main
EXTRA_DIST = tdecmodulemenu.h kcmultiwidget.h moduleiconitem.h version.h kcmsearch.h mainwindow.h modulesview.h kcscrollview.h
systemsettings_LDADD = $(LIB_TDEUI) $(LIB_TDEUTILS)
-systemsettings_LDFLAGS = $(all_libraries) -module -avoid-version $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+systemsettings_LDFLAGS = $(all_libraries) -module -avoid-version $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
appdata_DATA = systemsettingsui.rc
appdatadir = $(kde_datadir)/systemsettings