demos/embedded/embedded.pro
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
    17 
    17 
    18 contains(QT_CONFIG, webkit) {
    18 contains(QT_CONFIG, webkit) {
    19     SUBDIRS += anomaly
    19     SUBDIRS += anomaly
    20 }
    20 }
    21 
    21 
       
    22 contains(QT_CONFIG, declarative) {
       
    23     # Qml demos require DEPLOYMENT support. Therefore, only symbian.
       
    24     symbian:SUBDIRS += qmlcalculator qmlclocks qmldialcontrol qmleasing qmlflickr qmlphotoviewer qmltwitter
       
    25 }
       
    26 
    22 # install
    27 # install
    23 sources.files = README *.pro
    28 sources.files = README *.pro
    24 sources.path = $$[QT_INSTALL_DEMOS]/embedded
    29 sources.path = $$[QT_INSTALL_DEMOS]/embedded
    25 INSTALLS += sources
    30 INSTALLS += sources
    26 
    31