acdd57cb43
TEST_HELPER_INSTALLS cannot be used on platforms with no QProcess support. Change-Id: I2a6a283d94ca4487fc628449c53fc37140dd291d Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
19 lines
415 B
Prolog
19 lines
415 B
Prolog
CONFIG += testcase
|
|
CONFIG -= app_bundle debug_and_release_target
|
|
|
|
QT += widgets widgets-private testlib
|
|
QT += core-private gui-private
|
|
|
|
SOURCES += ../tst_qapplication.cpp
|
|
TARGET = ../tst_qapplication
|
|
|
|
TESTDATA = ../test/test.pro ../tmp/README
|
|
|
|
!winrt {
|
|
SUBPROGRAMS = desktopsettingsaware modal
|
|
win32:!wince: SUBPROGRAMS += wincmdline
|
|
|
|
for(file, SUBPROGRAMS): TEST_HELPER_INSTALLS += "../$${file}/$${file}"
|
|
}
|
|
|