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/examples/examples.pro

    r540 r561  
    11TEMPLATE      = subdirs
    22SUBDIRS       = \
     3
    34                desktop \
    45                dialogs \
    56                draganddrop \
     7
    68                graphicsview \
    79                ipc \
     
    1517                richtext \
    1618                sql \
     19
    1720                threads \
    1821                tools \
     
    2124                uitools \
    2225                xml \
    23                 script
     26                multitouch \
     27                gestures
     28
     29symbian: SUBDIRS = \
     30                graphicsview \
     31                itemviews \
     32                network \
     33                painting \
     34                widgets \
     35                draganddrop \
     36                mainwindows \
     37                sql \
     38                uitools \
     39                xml
     40
     41contains(QT_CONFIG, multimedia) {
     42    SUBDIRS += multimedia
     43}
     44
     45contains(QT_CONFIG, script): SUBDIRS += script
    2446
    2547contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon
    2648contains(QT_CONFIG, webkit): SUBDIRS += webkit
    2749embedded:SUBDIRS += qws
    28 !wince*: {
     50!wince*: {
    2951        !contains(QT_EDITION, Console):contains(QT_BUILD_PARTS, tools):SUBDIRS += designer
    3052        contains(QT_BUILD_PARTS, tools):SUBDIRS += assistant qtestlib help
     
    3456}
    3557contains(QT_CONFIG, opengl): SUBDIRS += opengl
     58
    3659contains(QT_CONFIG, dbus): SUBDIRS += dbus
    37 win32:!contains(QT_EDITION, OpenSource|Console):SUBDIRS += activeqt
     60win32:SUBDIRS += activeqt
    3861contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns
    3962contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
     
    4366sources.path = $$[QT_INSTALL_EXAMPLES]
    4467INSTALLS += sources
     68
     69
Note: See TracChangeset for help on using the changeset viewer.