diff options
author | ninerider <qt-info@nokia.com> | 2009-11-24 13:45:19 (GMT) |
---|---|---|
committer | ninerider <qt-info@nokia.com> | 2009-12-14 15:33:15 (GMT) |
commit | 7e9e5bc366ef76ec1f4b5f683f84e6beb66fa0ea (patch) | |
tree | 940ccb06744dd6261a7293fb8fd6139ba8c04c6f | |
parent | df512b3bc5c4e10c5dc0410dbc4d6bdfe9d593f1 (diff) | |
download | Qt-7e9e5bc366ef76ec1f4b5f683f84e6beb66fa0ea.zip Qt-7e9e5bc366ef76ec1f4b5f683f84e6beb66fa0ea.tar.gz Qt-7e9e5bc366ef76ec1f4b5f683f84e6beb66fa0ea.tar.bz2 |
Removed the chip demo for windows CE
The chip demo causes a memory exception on most Windows CE devices.
For now we simply will not include this demo in the package for Windows
CE. In the future a specialized version might be created.
Reviewed-by: Maurice
-rw-r--r-- | demos/demos.pro | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/demos/demos.pro b/demos/demos.pro index a943bfd..5a9b6db 100644 --- a/demos/demos.pro +++ b/demos/demos.pro @@ -20,7 +20,24 @@ symbian: SUBDIRS = \ demos_shared \ demos_deform \ demos_pathstroke - + +wince*: SUBDIRS = \ + demos_shared \ + demos_deform \ + demos_gradients \ + demos_pathstroke \ + demos_affine \ + demos_composition \ + demos_books \ + demos_interview \ + demos_mainwindow \ + demos_spreadsheet \ + demos_textedit \ + # demos_chip \ + demos_embeddeddialogs \ + demos_undo \ + demos_sub-attaq + contains(QT_CONFIG, opengl):!contains(QT_CONFIG, opengles1):!contains(QT_CONFIG, opengles1cl):!contains(QT_CONFIG, opengles2):{ SUBDIRS += demos_boxes } @@ -33,7 +50,7 @@ wince*|symbian|embedded|x11: SUBDIRS += embedded !cross_compile:{ contains(QT_BUILD_PARTS, tools):{ !wince*:SUBDIRS += demos_sqlbrowser demos_qtdemo -wince*: SUBDIRS += demos_sqlbrowser +wince*:SUBDIRS += demos_sqlbrowser } } contains(QT_CONFIG, phonon):!static:SUBDIRS += demos_mediaplayer |