tests/auto/qnetworkreply/test/test.pro
changeset 33 3e2da88830cd
parent 0 1918ee327afb
child 37 758a864f9613
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
    29     certFiles.sources = ../certs
    29     certFiles.sources = ../certs
    30     certFiles.path    = .
    30     certFiles.path    = .
    31     DEPLOYMENT += certFiles
    31     DEPLOYMENT += certFiles
    32 
    32 
    33     # Symbian toolchain does not support correct include semantics
    33     # Symbian toolchain does not support correct include semantics
    34     INCPATH+=..\..\..\..\include\QtNetwork\private
    34     INCPATH+=..\\..\\..\\..\\include\\QtNetwork\\private
    35     # bigfile test case requires more heap
    35     # bigfile test case requires more heap
    36     TARGET.EPOCHEAPSIZE="0x100 0x1000000"
    36     TARGET.EPOCHEAPSIZE="0x100 0x1000000"
    37     TARGET.CAPABILITY="ALL -TCB"
    37     TARGET.CAPABILITY="ALL -TCB"
    38 }
    38 }