summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Whiting <jpwhiting@kde.org>2015-11-11 20:06:07 -0700
committerJeremy Whiting <jpwhiting@kde.org>2015-12-21 17:46:22 +0000
commit1d0a86054ba9b69d1f07fdfba69bb1c6f5099c99 (patch)
tree248a3776393cb38f3e5819de73af22ef4376cc72
parent631486c60b0ebe481a39c10216d7a6461e4dad4a (diff)
Added CONFIG += link_pkgconfig to get library and include paths.
This makes sure the include path speech-dispatcher has in it's .pc file gets added to our include path. Change-Id: I30b15aa3dd826b1169e4bf4b770db3fee54fc4d2 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
-rw-r--r--src/plugins/tts/speechdispatcher/speechdispatcher.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/tts/speechdispatcher/speechdispatcher.pro b/src/plugins/tts/speechdispatcher/speechdispatcher.pro
index 6f4e5cc..5a5c0ab 100644
--- a/src/plugins/tts/speechdispatcher/speechdispatcher.pro
+++ b/src/plugins/tts/speechdispatcher/speechdispatcher.pro
@@ -6,8 +6,8 @@ load(qt_plugin)
QT += core texttospeech
+CONFIG += link_pkgconfig
PKGCONFIG = speech-dispatcher
-LIBS += -lspeechd
HEADERS += \
qtexttospeech_speechd.h \