summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/icu/icu.pro
blob: 2c1b431f92912baa765e00d2ce7e67c2549b8a29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SOURCES = icu.cpp
CONFIG += console
CONFIG -= qt dylib
win32 {
    CONFIG(static, static|shared) {
        CONFIG(debug, debug|release) {
            LIBS += -lsicuind -lsicuucd -lsicudtd
        } else {
            LIBS += -lsicuin -lsicuuc -lsicudt
        }
    } else {
        LIBS += -licuin -licuuc
    }
} else {
    LIBS += -licui18n -licuuc
}