CONFIG += testcase TARGET = ../tst_qtextstream QT = core network testlib SOURCES += ../tst_qtextstream.cpp win32 { CONFIG(debug, debug|release) { TARGET = ../../debug/tst_qtextstream } else { TARGET = ../../release/tst_qtextstream } } RESOURCES += ../qtextstream.qrc contains(QT_CONFIG, qt3support):QT += qt3support wince*|symbian: { addFiles.files = ../rfc3261.txt ../shift-jis.txt ../task113817.txt ../qtextstream.qrc ../tst_qtextstream.cpp addFiles.path = . res.files = ../resources res.path = . DEPLOYMENT += addFiles } wince*: { DEFINES += SRCDIR=\\\"\\\" }else:symbian { # Symbian can't define SRCDIR meaningfully here qt_not_deployed { codecs_plugins.files = qcncodecs.dll qjpcodecs.dll qtwcodecs.dll qkrcodecs.dll codecs_plugins.path = $$QT_PLUGINS_BASE_DIR/codecs DEPLOYMENT += codecs_plugins } }else { DEFINES += SRCDIR=\\\"$$PWD/../\\\" }