aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2017-02-09 12:16:41 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2017-02-09 11:20:15 +0000
commit20d1d8d097333ec6d13a0dd0c46aeab1bdacb50a (patch)
treec6e155c056e820b6b93005a847cddbab97528e25 /src
parente32c9d9708478532c042105f6ed9f2a5fc3cebfa (diff)
Disable extension-API check
The module uses sharedApplication. Task-number: QTBUG-58743 Change-Id: Ic28099cba31d79d9dee2cf29cb99bfbe26b0cb21 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/macextras/macextras.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/macextras/macextras.pro b/src/macextras/macextras.pro
index 42e6142..7f48ea0 100644
--- a/src/macextras/macextras.pro
+++ b/src/macextras/macextras.pro
@@ -6,4 +6,6 @@ include($$PWD/macextras-lib.pri)
QMAKE_DOCS = $$PWD/doc/qtmacextras.qdocconf
+CONFIG += no_app_extension_api_only
+
load(qt_module)