util/tests/auto/qftp/qftp.pro
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     1 load(qttest_p4)
       
     2 SOURCES  += tst_qftp.cpp
       
     3 
       
     4 
       
     5 QT = core network
       
     6 
       
     7 wince*: {
       
     8    addFiles.sources = rfc3252.txt
       
     9    addFiles.path = .
       
    10    DEPLOYMENT += addFiles
       
    11    DEFINES += SRCDIR=\\\"\\\"
       
    12 } else:symbian* {
       
    13    addFiles.sources = rfc3252.txt
       
    14    addFiles.path = .
       
    15    DEPLOYMENT += addFiles
       
    16    TARGET.EPOCHEAPSIZE="0x100 0x1000000"
       
    17 } else {
       
    18    DEFINES += SRCDIR=\\\"$$PWD/\\\"
       
    19 }