summaryrefslogtreecommitdiffstats
path: root/src/gui/gui.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2019-08-28 16:09:25 +0200
committerUlf Hermann <ulf.hermann@qt.io>2019-10-17 12:50:35 +0200
commitc5e9d7e504172707f7705d03ae27006c45eb5eac (patch)
tree298c05c954377e1da17e64d7700d976cfea6adb1 /src/gui/gui.pro
parent7dd14c60096a4bfbdba866a5e467de283c9eaee2 (diff)
Generate metatypes.json for QtCore, QtGui, and QtWidgets
These libraries contain types which are exposed to QML from qtdeclarative. Change-Id: Ie0edaef94fcb40074b6f6b2ea1a1c3a77ed3e9a9 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/gui/gui.pro')
-rw-r--r--src/gui/gui.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui.pro b/src/gui/gui.pro
index 45c8c05162..decfb364cf 100644
--- a/src/gui/gui.pro
+++ b/src/gui/gui.pro
@@ -35,7 +35,7 @@ testcocoon {
osx: LIBS_PRIVATE += -framework AppKit
darwin: LIBS_PRIVATE += -framework CoreGraphics
-CONFIG += simd optimize_full
+CONFIG += simd optimize_full metatypes install_metatypes
include(accessible/accessible.pri)
include(kernel/kernel.pri)