ab0cc3055d
we pull this feat off by booting configure with a dummy spec. the proper spec gets loaded subsequently. note that it was necessary to move the cache loading after processing the early checks (from which the spec handling is triggered). this is just fine, as the cache is needed only by tests, which are forbidden at this stage by definition. Change-Id: I5120e25a8bf05fb8cc5485fd93cf6387301089aa Reviewed-by: Jake Petroules <jake.petroules@qt.io>
9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
#
|
|
# Minimal qmake configuration qt_configure.prf is run with.
|
|
#
|
|
|
|
# Make spec_post.prf happy.
|
|
MAKEFILE_GENERATOR = DUMMY
|
|
QMAKE_PLATFORM = dummy_platform
|
|
QMAKE_COMPILER = dummy_compiler
|