diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2011-04-01 10:03:39 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2011-04-01 10:03:39 (GMT) |
commit | 85d854855548497d95bef70af4d650af931a26ac (patch) | |
tree | e41d7825e48027214c3f2670ad77a4917ec74613 /demos | |
parent | 2d0dd40702fe2be32b41efa915e6e71c310c45f1 (diff) | |
download | Qt-85d854855548497d95bef70af4d650af931a26ac.zip Qt-85d854855548497d95bef70af4d650af931a26ac.tar.gz Qt-85d854855548497d95bef70af4d650af931a26ac.tar.bz2 |
Removed mobile demos from the Symbian build in demos.pro
The demos require QtMobility libraries. Added notices in the
demo pages about the requirement.
Reviewed-by: Casper van Donderen
Diffstat (limited to 'demos')
-rw-r--r-- | demos/demos.pro | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/demos/demos.pro b/demos/demos.pro index 7f70cbb..b8b743c 100644 --- a/demos/demos.pro +++ b/demos/demos.pro @@ -21,11 +21,8 @@ SUBDIRS = \ symbian: SUBDIRS = \ demos_shared \ demos_deform \ - demos_pathstroke \ - demos_guitartuner \ - demos_qcamera \ - demos_qtbubblelevel \ - demos_quickhit + demos_pathstroke + wince*: SUBDIRS = \ demos_shared \ @@ -95,7 +92,7 @@ demos_qtdemo.subdir = qtdemo demos_mediaplayer.subdir = qmediaplayer demos_declarative.subdir = declarative -#mobile demos +#mobile demos. Requires QtMobility sources. Not included in demo build demos_guitartuner.subdir = mobile/guitartuner demos_qcamera.subdir = mobile/qcamera demos_qtbubblelevel.subdir = mobile/qtbubblelevel |