tests/auto/qnetworkreply/test/test.pro
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    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     INCLUDEPATH+=..\\..\\..\\..\\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 }