summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2017-05-04 10:36:05 +0200
committerAndy Shaw <andy.shaw@qt.io>2017-06-13 06:35:21 +0000
commit6ccb19d3608709bd874819049019cb78f1cca017 (patch)
tree7624e76d791b46ace590f94a16a99fb15f158852
parentab27876661e50f48501e72a987936b57b7420367 (diff)
downloadqttools-6ccb19d3608709bd874819049019cb78f1cca017.tar.gz
Set the default QPA platform to minimal for the qcollectiongenerator
Since the minimal platform is used for the qcollectiongenerator this should be set in the pro file to ensure it will still work when this is statically built. Task-number: QTBUG-60926 Change-Id: I75481fe2600aecd573a429b9b9d6ec6acb803e6c Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
-rw-r--r--src/assistant/qcollectiongenerator/qcollectiongenerator.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/assistant/qcollectiongenerator/qcollectiongenerator.pro b/src/assistant/qcollectiongenerator/qcollectiongenerator.pro
index 20bc7c56a..608fca6bc 100644
--- a/src/assistant/qcollectiongenerator/qcollectiongenerator.pro
+++ b/src/assistant/qcollectiongenerator/qcollectiongenerator.pro
@@ -5,5 +5,6 @@ SOURCES += ../shared/helpgenerator.cpp \
../shared/collectionconfiguration.cpp
HEADERS += ../shared/helpgenerator.h \
../shared/collectionconfiguration.h
+QTPLUGIN.platforms = qminimal
load(qt_tool)