summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qapplication/test/test.pro
blob: 908aa846c00cbf63c465dcc4ada226a467fae557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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}"
}