diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:41 +0900 |
commit | 74710dd0a1f370a47728fb86e0a6dd2c5e3f8da7 (patch) | |
tree | f9d8e4a9955285aedb9bc9e0169248b297b5b85d /starter | |
parent | 7a11597b82851685861e1cb00040d610a559fbad (diff) | |
download | tde-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')
-rw-r--r-- | starter/Makefile.am | 2 |
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 |