2011-04-27 10:05:43 +00:00
|
|
|
SOURCES = icu.cpp
|
2013-11-11 15:49:31 +00:00
|
|
|
CONFIG += console
|
2013-07-15 15:04:31 +00:00
|
|
|
CONFIG -= qt dylib
|
2013-11-11 15:49:31 +00:00
|
|
|
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
|
|
|
|
}
|