summaryrefslogtreecommitdiff
path: root/tests/auto/qtextstream/test/test.pro
blob: 973c0112fa4139f1274cefff1305dd52a07d6988 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
load(qttest_p4)
SOURCES  += ../tst_qtextstream.cpp

TARGET = ../tst_qtextstream

win32 {
  CONFIG(debug, debug|release) {
    TARGET = ../../debug/tst_qtextstream
} else {
    TARGET = ../../release/tst_qtextstream
  }
}

RESOURCES += ../qtextstream.qrc

contains(QT_CONFIG, qt3support):QT += qt3support
QT = core network


wince*|symbian: {
   addFiles.sources = ../rfc3261.txt ../shift-jis.txt ../task113817.txt ../qtextstream.qrc ../tst_qtextstream.cpp
   addFiles.path = .
   res.sources = ../resources
   res.path = .
   DEPLOYMENT += addFiles
}

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