summaryrefslogtreecommitdiffstats
path: root/kbattleship
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:56 +0900
commit2bc726cc219d355c70fb1a709085a9e120f34479 (patch)
tree95c933a3eb6af4bad6427787098178fa7d824f70 /kbattleship
parentc95bb9788aad5e7b40c634767387b022b504a4cb (diff)
downloadtdegames-2bc726cc219d355c70fb1a709085a9e120f34479.tar.gz
tdegames-2bc726cc219d355c70fb1a709085a9e120f34479.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kbattleship')
-rw-r--r--kbattleship/kbattleship/Makefile.am2
-rw-r--r--kbattleship/kbattleship/dialogs/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/kbattleship/kbattleship/Makefile.am b/kbattleship/kbattleship/Makefile.am
index 14262e8c..3f4cddf4 100644
--- a/kbattleship/kbattleship/Makefile.am
+++ b/kbattleship/kbattleship/Makefile.am
@@ -15,7 +15,7 @@ kbattleship_SOURCES = kbaiplayer.cpp kbstrategy.cpp kbverticalstepstrategy.cpp\
kbchooserstrategy.cpp kbattleship.cpp main.cpp
kbattleship_LDADD = $(LIB_TDEGAMES) ./dialogs/libkbattleshipdialogs.la $(LIB_TDEFILE) $(LIB_TDEDNSSD)
kbattleship_COMPILE_FIRST = dialogs/infoDlg.h dialogs/chatDlg.h dialogs/connectDlg.h dialogs/serverDlg.h dialogs/statDlg.h
-kbattleship_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+kbattleship_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kbattleship_DEPENDENCIES = $(LIB_TDEGAMES_DEP)
services_DATA = _kbattleship._tcp
diff --git a/kbattleship/kbattleship/dialogs/Makefile.am b/kbattleship/kbattleship/dialogs/Makefile.am
index 726e8ab3..e2765ba3 100644
--- a/kbattleship/kbattleship/dialogs/Makefile.am
+++ b/kbattleship/kbattleship/dialogs/Makefile.am
@@ -4,7 +4,7 @@ METASOURCES = AUTO
noinst_LTLIBRARIES = libkbattleshipdialogs.la
libkbattleshipdialogs_la_SOURCES = dummy.cpp connectDlg.ui serverDlg.ui \
chatDlg.ui statDlg.ui infoDlg.ui
-libkbattleshipdialogs_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+libkbattleshipdialogs_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
libkbattleshipdialogs_la_LIBADD = $(LIB_TDEUI)
dummy.cpp: