0
|
1 |
load(qttest_p4)
|
|
2 |
|
|
3 |
SOURCES += ../tst_qtextcodec.cpp
|
|
4 |
|
|
5 |
!wince*: {
|
|
6 |
TARGET = ../tst_qtextcodec
|
|
7 |
|
|
8 |
win32: {
|
|
9 |
CONFIG(debug, debug|release) {
|
|
10 |
TARGET = ../../debug/tst_qtextcodec
|
|
11 |
} else {
|
|
12 |
TARGET = ../../release/tst_qtextcodec
|
|
13 |
}
|
|
14 |
}
|
|
15 |
} else {
|
|
16 |
TARGET = tst_qtextcodec
|
|
17 |
}
|
|
18 |
|
|
19 |
wince*|symbian {
|
|
20 |
addFiles.sources = ../*.txt
|
|
21 |
addFiles.path = .
|
|
22 |
DEPLOYMENT += addFiles
|
|
23 |
DEPLOYMENT_PLUGIN += qcncodecs qjpcodecs qkrcodecs qtwcodecs
|
|
24 |
}
|
|
25 |
|
|
26 |
wince*: {
|
|
27 |
DEFINES += SRCDIR=\\\"\\\"
|
|
28 |
}else:symbian {
|
|
29 |
# Symbian can't define SRCDIR meaningfully here
|
|
30 |
} else {
|
|
31 |
DEFINES += SRCDIR=\\\"$$PWD/../\\\"
|
|
32 |
}
|