summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2015-11-24 14:24:22 +0100
committerMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2015-11-27 14:22:56 +0000
commit0f78904f8b922a6ba05fadcee1b80a86bc700b32 (patch)
tree61c13d020ceaad77decfb037055c4564bf047390
parent1f497d36c94fe857be9909038c7474b7032f08e6 (diff)
Disable sapi backend for WinRT
Change-Id: I626a90149d76bb6411e99787d2f52cce165b28be Reviewed-by: Jeremy Whiting <jpwhiting@kde.org> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
-rw-r--r--src/plugins/tts/tts.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/tts/tts.pro b/src/plugins/tts/tts.pro
index 4f1e5ae..074e82a 100644
--- a/src/plugins/tts/tts.pro
+++ b/src/plugins/tts/tts.pro
@@ -9,7 +9,7 @@ unix {
# mingw needs copies of the structures defined in sapi.h
# until those are written, disable the sapi plugin for mingw
-windows: !mingw: SUBDIRS += sapi
+windows:!winrt:!mingw: SUBDIRS += sapi
osx: SUBDIRS += osx