summaryrefslogtreecommitdiffstats
path: root/util/cmake/json_parser.py
diff options
context:
space:
mode:
authorSimon Hausmann <[email protected]>2019-09-18 12:57:56 +0200
committerSimon Hausmann <[email protected]>2019-09-18 11:28:52 +0000
commitc1cf305be0f1f529b96a06dc70ce5ee7273006ef (patch)
treecf7d55d91e5557448f55233850bd473b9a1ec5c8 /util/cmake/json_parser.py
parent655b2ed90caf17b47a8cf3670a41502d5b5abb2f (diff)
Don't create "gui" applications when linking against testlib
In qmake land, testlib.pro has "console" in MODULE_CONFIG, so linking against testlib implicies CONFIG += console. The need for a console app is typically also covered by other cases, except in qtdeclarative's qqmldebugjsserver binary (and some others). They are not test helper binaries, they are not Qt tests themselves, but they must be console apps and due to their QT += testlib in the .pro they become console apps. So with cmake they also must be console apps so that the unit tests that launch them and read their stdout can pass. Change-Id: I687fdc910b550051750be74ecd176dd96626675c Reviewed-by: Alexandru Croitor <[email protected]>
Diffstat (limited to 'util/cmake/json_parser.py')
0 files changed, 0 insertions, 0 deletions