diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:25 +0900 |
commit | 9076d3a86ea40eab292b4e4ebfcf1271bd6bae4b (patch) | |
tree | a081eefdf1382b14effd2bebbf1f87ab9037971b /src | |
parent | babf3b2e95fdb05f1d2512bf703414ac34a63bc0 (diff) | |
download | knmap-9076d3a86ea40eab292b4e4ebfcf1271bd6bae4b.tar.gz knmap-9076d3a86ea40eab292b4e4ebfcf1271bd6bae4b.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 329ca1c..a2eb9ba 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,7 +31,7 @@ knmap_SOURCES = main.cpp knmap.cpp mainwidget.cpp outputwidget.cpp \ tabwidgetptrlist.cpp tabwidgetdata.cpp scanwidget.cpp indexwidget.cpp scannamedialog.cpp \ scanstack.cpp scanmonitor.cpp scanmonitorevent.cpp nmapoutputbuffer.cpp knmap_LDFLAGS = $(TDE_RPATH) $(all_libraries) -knmap_LDADD = $(LIB_TDEIO) $(LIB_TDEHTML) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) +knmap_LDADD = $(LIB_TDEIO) $(LIB_TDEHTML) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TQT) # this is where the desktop file will go shelldesktopdir = $(kde_appsdir)/Internet |