- Timestamp:
- Nov 7, 2014, 5:23:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/vendor/nokia/qt/current/examples/declarative/declarative.pro
r844 r1156 3 3 # These examples contain some C++ and need to be built 4 4 SUBDIRS = \ 5 5 6 cppextensions \ 6 7 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 21 contains(QT_CONFIG, opengl): SUBDIRS += shadereffects 8 22 9 23 # plugins uses a 'Time' class that conflicts with symbian e32std.h also defining a class of the same name … … 12 26 # These examples contain no C++ and can simply be copied 13 27 sources.files = \ 14 animation \15 28 cppextensions \ 16 i18n \17 imageelements \18 keyinteraction \19 positioners \20 sqllocalstorage \21 text \22 threading \23 touchinteraction \24 toys \25 ui-components \26 29 xml 27 30
Note:
See TracChangeset
for help on using the changeset viewer.