Ignore:
Timestamp:
Nov 7, 2014, 5:23:02 PM (11 years ago)
Author:
Dmitry A. Kuminov
Message:

vendor: Import qt-everywhere-opensource-src-4.8.6 from Digia (excluding doc/html and doc/qch dirs generated from doc/src, and imports and templates dirs which are emtpy).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/vendor/nokia/qt/current/examples/declarative/declarative.pro

    r844 r1156  
    33# These examples contain some C++ and need to be built
    44SUBDIRS = \
     5
    56   cppextensions \
    67   modelviews \
    7    tutorials
     8   i18n \
     9   imageelements \
     10   keyinteraction/focus \
     11   positioners \
     12   sqllocalstorage \
     13   text \
     14   threading \
     15   tutorials \
     16   touchinteraction \
     17   toys \
     18   ui-components
     19
     20# OpenGL shader examples requires opengl and they contain some C++ and need to be built
     21contains(QT_CONFIG, opengl): SUBDIRS += shadereffects
    822
    923# plugins uses a 'Time' class that conflicts with symbian e32std.h also defining a class of the same name
     
    1226# These examples contain no C++ and can simply be copied
    1327sources.files = \
    14    animation \
    1528   cppextensions \
    16    i18n \
    17    imageelements \
    18    keyinteraction \
    19    positioners \
    20    sqllocalstorage \
    21    text \
    22    threading \
    23    touchinteraction \
    24    toys \
    25    ui-components \
    2629   xml
    2730
Note: See TracChangeset for help on using the changeset viewer.