Ignore:
Timestamp:
May 3, 2011, 4:49:08 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

vendor: Imported qt-everywhere-opensource-src-4.7.2 from Nokia (excluding doc/html and doc/qch dirs generated from doc/src, and imports and templates dirs which are emtpy).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/vendor/nokia/qt/current/examples/examples.pro

    r767 r844  
    11TEMPLATE      = subdirs
    22SUBDIRS       = \
     3
     4
     5
     6
     7
     8
     9
    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
     32
    2833
    2934symbian: SUBDIRS = \
     
    4146                xml
    4247
    43 contains(QT_CONFIG, multimedia) {
     48contains(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_BUILD_PARTS, tools):SUBDIRS += designer
     58 qtestlib help
    5559} else {
    56         contains(QT_BUILD_PARTS, tools):SUBDIRS += qtestlib
     60):SUBDIRS += qtestlib
    5761}
    5862contains(QT_CONFIG, opengl): SUBDIRS += opengl
    5963contains(QT_CONFIG, openvg): SUBDIRS += openvg
    6064contains(QT_CONFIG, dbus): SUBDIRS += dbus
     65
    6166win32: SUBDIRS += activeqt
    62 contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns
     67contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns
    6368contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
     69
    6470
    6571# install
Note: See TracChangeset for help on using the changeset viewer.