summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/winrt/winrt.pro
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2016-04-06 14:49:17 +0200
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2016-04-06 14:49:17 +0200
commit892add20dffb5c6e492566c9a089021de0694891 (patch)
tree1cb63335ec4e36108e0921ca13274c2364537958 /src/plugins/tts/winrt/winrt.pro
parenta7f2726dd55105aeb368f7ef96d6f45ccdb662bd (diff)
parenta75c3c174782f4c8e269d5d5854e780148a63b9c (diff)
Merge remote-tracking branch 'origin/dev' into wip/speech-recognition
Diffstat (limited to 'src/plugins/tts/winrt/winrt.pro')
-rw-r--r--src/plugins/tts/winrt/winrt.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/plugins/tts/winrt/winrt.pro b/src/plugins/tts/winrt/winrt.pro
new file mode 100644
index 0000000..6896620
--- /dev/null
+++ b/src/plugins/tts/winrt/winrt.pro
@@ -0,0 +1,18 @@
+TARGET = qtexttospeech_winrt
+PLUGIN_TYPE = texttospeech
+PLUGIN_CLASS_NAME = QTextToSpeechPluginWinRT
+
+load(qt_plugin)
+
+QT += core core-private texttospeech
+
+HEADERS += \
+ qtexttospeech_winrt.h \
+ qtexttospeech_winrt_plugin.h \
+
+SOURCES += \
+ qtexttospeech_winrt.cpp \
+ qtexttospeech_winrt_plugin.cpp \
+
+OTHER_FILES += \
+ winrt_plugin.json