summaryrefslogtreecommitdiffstats
path: root/starter/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:41 +0900
commit74710dd0a1f370a47728fb86e0a6dd2c5e3f8da7 (patch)
treef9d8e4a9955285aedb9bc9e0169248b297b5b85d /starter/Makefile.am
parent7a11597b82851685861e1cb00040d610a559fbad (diff)
downloadtde-style-baghira-74710dd0a1f370a47728fb86e0a6dd2c5e3f8da7.tar.gz
tde-style-baghira-74710dd0a1f370a47728fb86e0a6dd2c5e3f8da7.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'starter/Makefile.am')
-rw-r--r--starter/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/starter/Makefile.am b/starter/Makefile.am
index b9e3c6a..093b967 100644
--- a/starter/Makefile.am
+++ b/starter/Makefile.am
@@ -6,7 +6,7 @@ lib_LTLIBRARIES = libbaghirastarter.la
libbaghirastarter_la_SOURCES = baghiralinkdrag.cpp menu.cpp starter.cpp starterconfig.ui starterhelp.ui config.ui help.ui linkconfig.ui starteriface.skel
libbaghirastarter_la_LDFLAGS = -module -avoid-version $(all_libraries)
-libbaghirastarter_la_LIBADD = -lXtst $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEIO) -ltdefx -lDCOP
+libbaghirastarter_la_LIBADD = -lXtst $(LIB_TDEUI) $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEIO) -ltdefx -lDCOP
starter_DATA = starter.desktop
starterdir = $(kde_datadir)/kicker/applets