From 20d1d8d097333ec6d13a0dd0c46aeab1bdacb50a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Thu, 9 Feb 2017 12:16:41 +0100 Subject: Disable extension-API check The module uses sharedApplication. Task-number: QTBUG-58743 Change-Id: Ic28099cba31d79d9dee2cf29cb99bfbe26b0cb21 Reviewed-by: Simon Hausmann Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/macextras/macextras.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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) -- cgit v1.2.3