Changeset 561 for trunk/demos/demos.pro


Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/demos/demos.pro

    r515 r561  
    11TEMPLATE    = subdirs
    22SUBDIRS     = \
    3         demos_shared \
    4         demos_deform \
    5         demos_gradients \
    6         demos_pathstroke \
    7         demos_affine \
    8         demos_composition \
    9         demos_books \
    10         demos_interview \
    11         demos_mainwindow \
    12         demos_spreadsheet \
    13         demos_textedit \
    14         demos_chip \
    15         demos_embeddeddialogs \
    16         demos_undo
     3            demos_shared \
     4            demos_deform \
     5            demos_gradients \
     6            demos_pathstroke \
     7            demos_affine \
     8            demos_composition \
     9            demos_books \
     10            demos_interview \
     11            demos_mainwindow \
     12            demos_spreadsheet \
     13            demos_textedit \
     14            demos_chip \
     15            demos_embeddeddialogs \
     16            demos_undo \
     17            demos_sub-attaq
    1718
     19symbian: SUBDIRS = \
     20            demos_shared \
     21            demos_deform \
     22            demos_pathstroke
     23           
     24wince*:  SUBDIRS = \
     25            demos_shared \
     26            demos_deform \
     27            demos_gradients \
     28            demos_pathstroke \
     29            demos_affine \
     30            demos_composition \
     31            demos_books \
     32            demos_interview \
     33            demos_mainwindow \
     34            demos_spreadsheet \
     35            demos_textedit \
     36            # demos_chip \
     37            demos_embeddeddialogs \
     38            demos_undo \
     39            demos_sub-attaq
     40           
    1841contains(QT_CONFIG, opengl):!contains(QT_CONFIG, opengles1):!contains(QT_CONFIG, opengles1cl):!contains(QT_CONFIG, opengles2):{
    1942SUBDIRS += demos_boxes
     
    2144
    2245mac*: SUBDIRS += demos_macmainwindow
    23 wince*|embedded: SUBDIRS += embedded
     46wince*|symbian|embedded|x11: SUBDIRS += embedded
    2447
    2548!contains(QT_EDITION, Console):!cross_compile:!embedded:!wince*:SUBDIRS += demos_arthurplugin
     
    2851contains(QT_BUILD_PARTS, tools):{
    2952!wince*:!os2:SUBDIRS += demos_sqlbrowser demos_qtdemo
    30 wince*|os2: SUBDIRS += demos_sqlbrowser
     53wince*|os2:SUBDIRS += demos_sqlbrowser
    3154}
    3255}
    33 contains(QT_CONFIG, phonon)!static:SUBDIRS += demos_mediaplayer
    34 contains(QT_CONFIG, webkit):contains(QT_CONFIG, svg):SUBDIRS += demos_browser
     56contains(QT_CONFIG, phonon):!static:SUBDIRS += demos_mediaplayer
     57contains(QT_CONFIG, webkit):contains(QT_CONFIG, svg):!symbian:SUBDIRS += demos_browser
    3558
    3659# install
     
    3861sources.path = $$[QT_INSTALL_DEMOS]
    3962INSTALLS += sources
     63
     64symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
    4065
    4166demos_chip.subdir = chip
     
    5782demos_undo.subdir = undo
    5883demos_qtdemo.subdir = qtdemo
    59 demos_mediaplayer.subdir = mediaplayer
     84demos_mediaplayer.subdir = qmediaplayer
    6085
    6186demos_browser.subdir = browser
    6287
    6388demos_boxes.subdir = boxes
     89demos_sub-attaq.subdir = sub-attaq
    6490
    6591#CONFIG += ordered
Note: See TracChangeset for help on using the changeset viewer.