summaryrefslogtreecommitdiffstats
path: root/kdpkg-install
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:17 +0900
commit1d1cbdbafd4e4a5c9b2dba099dcd5551c6a282de (patch)
tree3daab504fe1ea1e899c00db965df66f183a600c5 /kdpkg-install
parent4e4c104c5bc248615185b7f44babeff05c32523d (diff)
downloadkdpkg-1d1cbdbafd4e4a5c9b2dba099dcd5551c6a282de.tar.gz
kdpkg-1d1cbdbafd4e4a5c9b2dba099dcd5551c6a282de.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kdpkg-install')
-rw-r--r--kdpkg-install/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdpkg-install/Makefile.am b/kdpkg-install/Makefile.am
index a6bcc65..7bf4d33 100644
--- a/kdpkg-install/Makefile.am
+++ b/kdpkg-install/Makefile.am
@@ -9,7 +9,7 @@ METASOURCES = AUTO
# the application source, library search path, and link libraries
kdpkg_install_SOURCES = main.cpp install.cpp installdialog.ui process.cpp console.cpp consoledialog.ui
-kdpkg_install_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -ltdeio
+kdpkg_install_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -ltdeio
kdpkg_install_LDADD = $(LIB_TDEUI)