summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qapplication/test/test.pro
blob: 65aae7b0b982bbac96b65718ff8b44b09edad15f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
load(qttest_p4)

QT += widgets widgets-private
QT += core-private gui-private

SOURCES += ../tst_qapplication.cpp
TARGET = ../tst_qapplication

wince* {
  additional.files = ../desktopsettingsaware/desktopsettingsaware.exe
  additional.path = desktopsettingsaware
  someTest.files = test.pro
  someTest.path = test
  DEPLOYMENT += additional deploy someTest
}

win32 {
  CONFIG(debug, debug|release) {
    TARGET = ../../debug/tst_qapplication
} else {
    TARGET = ../../release/tst_qapplication
  }
}

mac*:CONFIG+=insignificant_test

CONFIG += insignificant_test # QTBUG-21402