tests/benchmarks/declarative/qdeclarativecomponent/qdeclarativecomponent.pro
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
       
     1 load(qttest_p4)
       
     2 TEMPLATE = app
       
     3 TARGET = tst_qdeclarativecomponent
       
     4 QT += declarative
       
     5 macx:CONFIG -= app_bundle
       
     6 
       
     7 SOURCES += tst_qdeclarativecomponent.cpp testtypes.cpp
       
     8 HEADERS += testtypes.h
       
     9 
       
    10 symbian {
       
    11     data.sources = data
       
    12     data.path = .
       
    13     DEPLOYMENT += data
       
    14 } else {
       
    15     # Define SRCDIR equal to test's source directory
       
    16     DEFINES += SRCDIR=\\\"$$PWD\\\"
       
    17 }