diff options
author | Slávek Banko <[email protected]> | 2012-10-30 01:21:29 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-10-30 01:32:21 +0100 |
commit | 09f1c74c6d1b2efbe4abc7944bebfb15c531ef9f (patch) | |
tree | 40a8e1eec00d7bd3238e9a3aa6b2e75e498988e0 | |
parent | 2ea73e7c4d44d4695bf5b1aaeae69543ebeb4170 (diff) | |
download | kchmviewer-09f1c74c6d1b2efbe4abc7944bebfb15c531ef9f.tar.gz kchmviewer-09f1c74c6d1b2efbe4abc7944bebfb15c531ef9f.zip |
Fix FTBFS due to missing QT_LDFLAGS
Thanks to Francois Andriot
(cherry picked from commit ec566dbe7e4ce75c6afe6cb71d8b918893622bc5)
-rw-r--r-- | lib/kio-msits/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kio-msits/Makefile.am b/lib/kio-msits/Makefile.am index 8688db4..532b26c 100644 --- a/lib/kio-msits/Makefile.am +++ b/lib/kio-msits/Makefile.am @@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = kio_msits.la kio_msits_la_SOURCES = msits.cpp kio_msits_la_LIBADD = -lkio $(CHM_LIBS) -kio_msits_la_LDFLAGS = -module -avoid-version $(KDE_LDFLAGS) $(LIB_QT) $(LIB_KIO) $(LIB_KDECORE) $(KDE_PLUGIN) +kio_msits_la_LDFLAGS = -module -avoid-version $(KDE_LDFLAGS) $(LIB_QT) $(LIB_KIO) $(LIB_KDECORE) $(KDE_PLUGIN) $(QT_LDFLAGS) protocol_DATA = msits.protocol protocoldir = $(kde_servicesdir) |