From 1d0a86054ba9b69d1f07fdfba69bb1c6f5099c99 Mon Sep 17 00:00:00 2001 From: Jeremy Whiting Date: Wed, 11 Nov 2015 20:06:07 -0700 Subject: 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 --- src/plugins/tts/speechdispatcher/speechdispatcher.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3