diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:20:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:20:43 +0900 |
commit | c53d1891f357b8f6a32aa4acebb1560009b8dc16 (patch) | |
tree | 0daa7375539d52dafcc8982524d76beaa610a0de /tdeio_ftps | |
parent | db1cb1b51401807a058f42788674c170d8cf8171 (diff) | |
download | tdeio-ftps-c53d1891f357b8f6a32aa4acebb1560009b8dc16.tar.gz tdeio-ftps-c53d1891f357b8f6a32aa4acebb1560009b8dc16.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeio_ftps')
-rw-r--r-- | tdeio_ftps/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio_ftps/Makefile.am b/tdeio_ftps/Makefile.am index f18fad9..29c8e55 100644 --- a/tdeio_ftps/Makefile.am +++ b/tdeio_ftps/Makefile.am @@ -19,7 +19,7 @@ tdeio_ftps_la_LIBADD = $(LIB_TDESYCOCA) # nicht wirklich als Bibliothek benutzt wird. $(KDE_PLUGIN) enth�t # Standardflags fr KDE Module, z.B. um die Versionsnummern zu unter- # drcken -tdeio_ftps_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) +tdeio_ftps_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) $(LIB_TDECORE) # kde_services_ installiert in kde_servicesdir ($TDEDIR/share/services) # _DATA sind einfache Dateien |