Last change
on this file since 846 was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
File size:
622 bytes
|
Rev | Line | |
---|
[844] | 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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.