diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-07-27 12:40:14 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-07-27 12:40:14 +0200 |
commit | c7e78cd25a01d67b08b1642e423702c186333aee (patch) | |
tree | 5861840925b5b191d042690116f551da3781640c /src | |
parent | 4b853d1c176d005728ff31405d8e27a7078ce34a (diff) | |
download | knmap-c7e78cd25a01d67b08b1642e423702c186333aee.tar.gz knmap-c7e78cd25a01d67b08b1642e423702c186333aee.zip |
Fix unintended renaming of LIB_QT
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 f003a12..10808a0 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_KIO) $(LIB_TDEHTML) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TQT) +knmap_LDADD = $(LIB_KIO) $(LIB_TDEHTML) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) # this is where the desktop file will go shelldesktopdir = $(kde_appsdir)/Utilities |