summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextcodec/test/test.pro
blob: 36cac7c3ef3d352ae2b6948688fe4b8de797ce12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
load(qttest_p4)
TARGET = ../tst_qtextcodec
SOURCES  += ../tst_qtextcodec.cpp
wince*|symbian {
   addFiles.sources = ../*.txt
   addFiles.path = .
   DEPLOYMENT += addFiles
   DEPLOYMENT_PLUGIN += qcncodecs qjpcodecs qkrcodecs qtwcodecs
}

wince*: {
   DEFINES += SRCDIR=\\\"\\\"
}else:symbian {
    # Symbian can't define SRCDIR meaningfully here
} else {
   DEFINES += SRCDIR=\\\"$$PWD/../\\\"
}