summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qlocale/test/test.pro
blob: eafd8c1699b7db617ef83f465a5a5830d9bf4f0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CONFIG += console testcase
CONFIG -= app_bundle
QT = core testlib
embedded: QT += gui
SOURCES = ../tst_qlocale.cpp

TARGET = ../tst_qlocale
win32 {
    CONFIG(debug, debug|release) {
        TARGET = ../../debug/tst_qlocale
    } else {
        TARGET = ../../release/tst_qlocale
    }
}
TESTDATA += syslocaleapp

mac: CONFIG += insignificant_test # QTBUG-22769