summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2017-08-28 07:45:40 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-08-28 07:14:26 +0000
commitcb10801ee7ea27d2296767ee24cbb048a7db5441 (patch)
tree7a335a29eec01ef1437b31e48da4b1ba0b20dc03
parentb8b8679996cd017670d2c80affdb3375f0f684c0 (diff)
After commit fabedd399ebe4d28d6eb62c8a863f1bbcce78d3a in qtbase, the OBJECTIVE_HEADERS variable is also subject to moc processing, resulting in duplicate processing. In order to compile with and without this change, let's just have the header in HEADERS and not in both, to avoid duplicate symbols. Task-number: QTBUG-62817 Change-Id: I620a6622243862ded25343bdac06177aebb774e6 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
-rw-r--r--src/plugins/tts/osx/osx.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/tts/osx/osx.pro b/src/plugins/tts/osx/osx.pro
index 4eb42e8..dba58f8 100644
--- a/src/plugins/tts/osx/osx.pro
+++ b/src/plugins/tts/osx/osx.pro
@@ -12,9 +12,6 @@ HEADERS += \
qtexttospeech_osx_plugin.h \
qtexttospeech_osx.h \
-OBJECTIVE_HEADERS += \
- qtexttospeech_osx.h \
-
SOURCES += \
qtexttospeech_osx_plugin.cpp \