summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qtimezone/qtimezone.pro
blob: 19ebc13306418d78be4e9cb80f3c9523f8bf967d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TARGET = tst_qtimezone
QT = core-private testlib
SOURCES = tst_qtimezone.cpp
qtConfig(icu) {
    DEFINES += QT_USE_ICU
}

darwin {
    OBJECTIVE_SOURCES += tst_qtimezone_darwin.mm
    LIBS += -framework Foundation
}