diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:56 +0900 |
commit | 2bc726cc219d355c70fb1a709085a9e120f34479 (patch) | |
tree | 95c933a3eb6af4bad6427787098178fa7d824f70 /ktron/Makefile.am | |
parent | c95bb9788aad5e7b40c634767387b022b504a4cb (diff) | |
download | tdegames-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 'ktron/Makefile.am')
-rw-r--r-- | ktron/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktron/Makefile.am b/ktron/Makefile.am index e78f413f..a4397be6 100644 --- a/ktron/Makefile.am +++ b/ktron/Makefile.am @@ -4,7 +4,7 @@ bin_PROGRAMS = ktron INCLUDES = -I$(top_srcdir)/libtdegames $(all_includes) ktron_SOURCES = ai.ui appearance.ui general.ui tron.cpp player.cpp ktron.cpp main.cpp settings.kcfgc -ktron_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) +ktron_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) ktron_LDADD = $(LIB_TDEIO) $(LIB_TDEGAMES) ktron_DEPENDENCIES = $(LIB_TDEGAMES_DEP) |