diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:19:54 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:19:54 +0900 |
commit | 24467752471e7613f813d03ace3447302673ff85 (patch) | |
tree | e657b4357bca0120613614895922b02720d38115 /amor | |
parent | efcf2c89c3884d2280c94ab9c0a2b82c8c48193d (diff) | |
download | tdetoys-24467752471e7613f813d03ace3447302673ff85.tar.gz tdetoys-24467752471e7613f813d03ace3447302673ff85.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'amor')
-rw-r--r-- | amor/Makefile.am | 2 |
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. |