5cbea54986
so far, each module had to do it in its .qmake.conf. by now, all modules have been adjusted to the expected structure, so we can enable it centrally. Change-Id: I16b4e7581e51bfc54e71d2f7f852858ae0b47281 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
load(qt_build_config)
|
|
CONFIG += warning_clean
|
|
|
|
QT_SOURCE_TREE = $$PWD
|
|
QT_BUILD_TREE = $$shadowed($$PWD)
|
|
|
|
MODULE_VERSION = 5.6.1
|