tests/auto/qtextstream/test/test.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 load(qttest_p4)
       
     2 SOURCES  += ../tst_qtextstream.cpp
       
     3 
       
     4 TARGET = ../tst_qtextstream
       
     5 
       
     6 win32 {
       
     7   CONFIG(debug, debug|release) {
       
     8     TARGET = ../../debug/tst_qtextstream
       
     9 } else {
       
    10     TARGET = ../../release/tst_qtextstream
       
    11   }
       
    12 }
       
    13 
       
    14 RESOURCES += ../qtextstream.qrc
       
    15 
       
    16 contains(QT_CONFIG, qt3support):QT += qt3support
       
    17 QT = core network
       
    18 
       
    19 
       
    20 wince*|symbian: {
       
    21    addFiles.sources = ../rfc3261.txt ../shift-jis.txt ../task113817.txt ../qtextstream.qrc ../tst_qtextstream.cpp
       
    22    addFiles.path = .
       
    23    res.sources = ../resources
       
    24    res.path = .
       
    25    DEPLOYMENT += addFiles
       
    26 }
       
    27 
       
    28 wince*: {
       
    29     DEFINES += SRCDIR=\\\"\\\"
       
    30 }else:symbian {
       
    31     load(data_caging_paths)
       
    32     # Symbian can't define SRCDIR meaningfully here
       
    33     qt_not_deployed {
       
    34         codecs_plugins.sources = qcncodecs.dll qjpcodecs.dll qtwcodecs.dll qkrcodecs.dll
       
    35         codecs_plugins.path = $$QT_PLUGINS_BASE_DIR/codecs
       
    36         DEPLOYMENT += codecs_plugins
       
    37     }
       
    38 }else {
       
    39     DEFINES += SRCDIR=\\\"$$PWD/../\\\"
       
    40 }
       
    41 
       
    42