summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2016-03-03 13:13:53 +0100
committerMarc Mutz <marc.mutz@kdab.com>2016-03-04 16:08:13 +0000
commit45a127b37ef743a4a6dade41e26bf582e96c7938 (patch)
treeba030c1d88028924ffe0f87f377b0256fee8404a
parentcb3086376fce460aa85b542d487d26b2506875f7 (diff)
Fix compilation on Debian
On Debian, libspeechd.h is installed directly in /usr/include. Change-Id: I072e0afb0c4c2ea7ccee377fc1ff8fc7301d957e Reviewed-by: Jeremy Whiting <jpwhiting@kde.org> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
-rw-r--r--tests/auto/texttospeech/tst_qtexttospeech.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/texttospeech/tst_qtexttospeech.cpp b/tests/auto/texttospeech/tst_qtexttospeech.cpp
index afdecba..1109e01 100644
--- a/tests/auto/texttospeech/tst_qtexttospeech.cpp
+++ b/tests/auto/texttospeech/tst_qtexttospeech.cpp
@@ -40,7 +40,7 @@
#include <QSignalSpy>
#if defined(Q_OS_UNIX) && !(defined(Q_OS_MAC) || defined(Q_OS_ANDROID))
- #include <speech-dispatcher/libspeechd.h>
+ #include <libspeechd.h>
#if LIBSPEECHD_MAJOR_VERSION > 0 || LIBSPEECHD_MINOR_VERSION >= 9
#define HAVE_SPD_090
#endif