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
     19
     20
     21
     22
     23
     24
     25
     26
     27
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37
     38
     39
     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*|: 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):SUBDIRS += demos_browser
    3558
    3659# install
     
    3861sources.path = $$[QT_INSTALL_DEMOS]
    3962INSTALLS += sources
     63
     64
    4065
    4166demos_chip.subdir = chip
     
    5782demos_undo.subdir = undo
    5883demos_qtdemo.subdir = qtdemo
    59 demos_mediaplayer.subdir = mediaplayer
     84demos_mediaplayer.subdir = mediaplayer
    6085
    6186demos_browser.subdir = browser
    6287
    6388demos_boxes.subdir = boxes
     89
    6490
    6591#CONFIG += ordered
Note: See TracChangeset for help on using the changeset viewer.