tests/auto/declarative/qdeclarativefontloader/qdeclarativefontloader.pro
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
     3 macx:CONFIG -= app_bundle
     3 macx:CONFIG -= app_bundle
     4 
     4 
     5 HEADERS += ../shared/testhttpserver.h
     5 HEADERS += ../shared/testhttpserver.h
     6 SOURCES += tst_qdeclarativefontloader.cpp ../shared/testhttpserver.cpp
     6 SOURCES += tst_qdeclarativefontloader.cpp ../shared/testhttpserver.cpp
     7 
     7 
     8 # Define SRCDIR equal to test's source directory
       
     9 symbian: {
     8 symbian: {
    10     DEFINES += SRCDIR=\".\"
       
    11     importFiles.sources = data
     9     importFiles.sources = data
    12     importFiles.path = 
    10     importFiles.path = .
    13     DEPLOYMENT = importFiles
    11     DEPLOYMENT = importFiles
    14 } else {
    12 } else {
    15     DEFINES += SRCDIR=\\\"$$PWD\\\"
    13     DEFINES += SRCDIR=\\\"$$PWD\\\"
    16 }
    14 }
    17 
    15