f70905448f
... except for tests, which manually undefine the macro. Like QT_NO_FOREACH, this is a technical way to keep JSI-free modules JSI-free going forward. Change-Id: Icf1342da00a700f42f9e32a253d1cdb94c38dd7e Reviewed-by: Lars Knoll <lars.knoll@qt.io>
10 lines
168 B
Plaintext
10 lines
168 B
Plaintext
load(qt_build_config)
|
|
CONFIG += warning_clean
|
|
|
|
DEFINES += QT_NO_JAVA_STYLE_ITERATORS
|
|
|
|
QT_SOURCE_TREE = $$PWD
|
|
QT_BUILD_TREE = $$shadowed($$PWD)
|
|
|
|
MODULE_VERSION = 5.14.0
|