summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qtimezone/qtimezone.pro
blob: 4459ed602080f4ff203018e8fb3ecbd0e7fbb608 (plain)
1
2
3
4
5
6
7
CONFIG += testcase
TARGET = tst_qtimezone
QT = core-private testlib
SOURCES = tst_qtimezone.cpp
contains(QT_CONFIG,icu) {
    DEFINES += QT_USE_ICU
}