tests/auto/declarative/qdeclarativexmlhttprequest/qdeclarativexmlhttprequest.pro
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
child 33 3e2da88830cd
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
       
     1 load(qttest_p4)
       
     2 contains(QT_CONFIG,declarative): QT += declarative network
       
     3 macx:CONFIG -= app_bundle
       
     4 
       
     5 INCLUDEPATH += ../shared/
       
     6 HEADERS += ../shared/testhttpserver.h
       
     7 
       
     8 SOURCES += tst_qdeclarativexmlhttprequest.cpp \
       
     9            ../shared/testhttpserver.cpp
       
    10 
       
    11 # Define SRCDIR equal to test's source directory
       
    12 symbian: {
       
    13     DEFINES += SRCDIR=\".\"
       
    14     importFiles.sources = data
       
    15     importFiles.path = 
       
    16     DEPLOYMENT = importFiles
       
    17 } else {
       
    18     DEFINES += SRCDIR=\\\"$$PWD\\\"
       
    19 }
       
    20 
       
    21 CONFIG += parallel_test
       
    22