7437ede145
Consistent with other Unix platforms, and internally consistent between tests, as a lot of tests were already applying CONFIG -= app_bundle manually. Change-Id: Icd2b7e1c08015b26137af60ff82fddbc753f0ff4 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
5 lines
107 B
Prolog
5 lines
107 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qwindowcontainer
|
|
QT += widgets testlib
|
|
SOURCES += tst_qwindowcontainer.cpp
|