Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/examples/examples.pro

    r769 r846  
    11TEMPLATE      = subdirs
    22SUBDIRS       = \
     3                network \
     4                statemachine \
     5                threads \
     6                xml
     7
     8!contains(QT_CONFIG, no-gui) {
     9    SUBDIRS  += \
    310                animation \
    411                desktop \
     
    1219                linguist \
    1320                mainwindows \
    14                 network \
    1521                painting \
    16                 qtconcurrent \
    1722                richtext \
    1823                sql \
    19                 statemachine \
    20                 threads \
    2124                tools \
    2225                tutorials \
    2326                widgets \
    2427                uitools \
    25                 xml \
    26                 multitouch \
     28                touch \
    2729                gestures
     30}
     31
     32contains(QT_CONFIG, webkit):SUBDIRS += webkit
    2833
    2934symbian: SUBDIRS = \
     
    4146                xml
    4247
    43 contains(QT_CONFIG, multimedia) {
     48!contains(QT_CONFIG, no-gui):contains(QT_CONFIG, multimedia) {
    4449    SUBDIRS += multimedia
    4550}
     
    4853
    4954contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon
    50 contains(QT_CONFIG, webkit): SUBDIRS += webkit
    5155embedded:SUBDIRS += qws
    5256!wince*:!symbian: {
    53         !contains(QT_EDITION, Console):contains(QT_BUILD_PARTS, tools):SUBDIRS += designer
    54         contains(QT_BUILD_PARTS, tools):SUBDIRS += assistant qtestlib help
     57    !contains(QT_EDITION, Console):!contains(QT_CONFIG, no-gui):contains(QT_BUILD_PARTS, tools):SUBDIRS += designer
     58    contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib help
    5559} else {
    56         contains(QT_BUILD_PARTS, tools):SUBDIRS += qtestlib
     60    contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib
    5761}
    5862contains(QT_CONFIG, opengl): SUBDIRS += opengl
    5963contains(QT_CONFIG, openvg): SUBDIRS += openvg
    6064contains(QT_CONFIG, dbus): SUBDIRS += dbus
     65contains(QT_CONFIG, declarative): SUBDIRS += declarative
    6166win32: SUBDIRS += activeqt
    62 contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns
     67contains(QT_CONFIG, xmlpatterns):!contains(QT_CONFIG, no-gui): SUBDIRS += xmlpatterns
    6368contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
     69contains(QT_CONFIG, concurrent): SUBDIRS += qtconcurrent
    6470
    6571# install
Note: See TracChangeset for help on using the changeset viewer.