examples/declarative/declarative.pro
changeset 30 5dc02b23752f
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
       
     1 TEMPLATE = subdirs
       
     2 
       
     3 # These examples contain some C++ and need to be built
       
     4 SUBDIRS = \
       
     5    cppextensions \
       
     6    modelviews \
       
     7    tutorials 
       
     8 
       
     9 # plugins uses a 'Time' class that conflicts with symbian e32std.h also defining a class of the same name
       
    10 symbian:SUBDIRS -= plugins
       
    11 
       
    12 # These examples contain no C++ and can simply be copied
       
    13 sources.files = \
       
    14    animation \
       
    15    cppextensions \
       
    16    i18n \
       
    17    imageelements \
       
    18    keyinteraction \
       
    19    positioners \
       
    20    sqllocalstorage \
       
    21    text \
       
    22    threading \
       
    23    touchinteraction \
       
    24    toys \
       
    25    ui-components \
       
    26    xml
       
    27 
       
    28 sources.path = $$[QT_INSTALL_EXAMPLES]/declarative
       
    29 INSTALLS += sources