summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/osx/osx.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/tts/osx/osx.pro')
-rw-r--r--src/plugins/tts/osx/osx.pro22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/plugins/tts/osx/osx.pro b/src/plugins/tts/osx/osx.pro
deleted file mode 100644
index dba58f8..0000000
--- a/src/plugins/tts/osx/osx.pro
+++ /dev/null
@@ -1,22 +0,0 @@
-TARGET = qtexttospeech_speechosx
-PLUGIN_TYPE = texttospeech
-PLUGIN_CLASS_NAME = QTextToSpeechPluginOsx
-
-load(qt_plugin)
-
-QT += core texttospeech
-
-LIBS += -framework Cocoa
-
-HEADERS += \
- qtexttospeech_osx_plugin.h \
- qtexttospeech_osx.h \
-
-SOURCES += \
- qtexttospeech_osx_plugin.cpp \
-
-OBJECTIVE_SOURCES += \
- qtexttospeech_osx.mm \
-
-OTHER_FILES += \
- osx_plugin.json