19 lines
477 B
Prolog
19 lines
477 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
|
|
|
|
SUBPROGRAMS = desktopsettingsaware modal
|
|
win32: !wince*: SUBPROGRAMS += wincmdline
|
|
|
|
load(testcase) # for target.path and installTestHelperApp()
|
|
for(file, SUBPROGRAMS): installTestHelperApp("../$${file}/$${file}",$${file},$${file})
|
|
|
|
|