summaryrefslogtreecommitdiffstats
path: root/amor
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:54 +0900
commit24467752471e7613f813d03ace3447302673ff85 (patch)
treee657b4357bca0120613614895922b02720d38115 /amor
parentefcf2c89c3884d2280c94ab9c0a2b82c8c48193d (diff)
downloadtdetoys-24467752471e7613f813d03ace3447302673ff85.tar.gz
tdetoys-24467752471e7613f813d03ace3447302673ff85.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'amor')
-rw-r--r--amor/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/amor/Makefile.am b/amor/Makefile.am
index e5b1cce..0d77b8e 100644
--- a/amor/Makefile.am
+++ b/amor/Makefile.am
@@ -15,7 +15,7 @@ amor_SOURCES = amordialog.cpp amor.cpp amorwidget.cpp main.cpp amoranim.cpp amor
include_HEADERS = AmorIface.h
# the library search path
-amor_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+amor_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
# the libraries to link against. Be aware of the order. First the libraries,
# that depend on the following ones.