tests/benchmarks/declarative/declarative.pro
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
       
     1 TEMPLATE = subdirs
       
     2 
       
     3 SUBDIRS += \
       
     4            binding \
       
     5            creation \
       
     6            pointers \
       
     7            qdeclarativecomponent \
       
     8            qdeclarativeimage \
       
     9            qdeclarativemetaproperty \
       
    10            script \
       
    11            qmltime
       
    12 
       
    13 contains(QT_CONFIG, opengl): SUBDIRS += painting
       
    14 
       
    15