util/examples/examples.pro
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     1 TEMPLATE      = subdirs
       
     2 SUBDIRS       = \
       
     3                 animation \
       
     4                 desktop \
       
     5                 dialogs \
       
     6                 draganddrop \
       
     7                 effects \
       
     8                 graphicsview \
       
     9                 ipc \
       
    10                 itemviews \
       
    11                 layouts \
       
    12                 linguist \
       
    13                 mainwindows \
       
    14                 network \
       
    15                 painting \
       
    16                 qtconcurrent \
       
    17                 richtext \
       
    18                 sql \
       
    19                 statemachine \
       
    20                 threads \
       
    21                 tools \
       
    22                 tutorials \
       
    23                 widgets \
       
    24                 uitools \
       
    25                 xml \
       
    26                 multitouch \
       
    27                 gestures
       
    28 
       
    29 symbian: SUBDIRS = \
       
    30                 graphicsview \
       
    31                 itemviews \
       
    32                 network \
       
    33                 painting \
       
    34                 widgets \
       
    35                 draganddrop \
       
    36                 mainwindows \
       
    37                 sql \
       
    38                 uitools \
       
    39                 animation \
       
    40                 gestures \
       
    41                 xml
       
    42 
       
    43 contains(QT_CONFIG, multimedia) {
       
    44     SUBDIRS += multimedia
       
    45 }
       
    46 
       
    47 contains(QT_CONFIG, script): SUBDIRS += script
       
    48 
       
    49 contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon
       
    50 contains(QT_CONFIG, webkit): SUBDIRS += webkit
       
    51 embedded:SUBDIRS += qws
       
    52 !wince*:!symbian: {
       
    53 	!contains(QT_EDITION, Console):contains(QT_BUILD_PARTS, tools):SUBDIRS += designer
       
    54 	contains(QT_BUILD_PARTS, tools):SUBDIRS += assistant qtestlib help
       
    55 } else {
       
    56 	contains(QT_BUILD_PARTS, tools):SUBDIRS += qtestlib
       
    57 }
       
    58 contains(QT_CONFIG, opengl): SUBDIRS += opengl
       
    59 contains(QT_CONFIG, openvg): SUBDIRS += openvg
       
    60 contains(QT_CONFIG, dbus): SUBDIRS += dbus
       
    61 win32: SUBDIRS += activeqt
       
    62 contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns
       
    63 contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
       
    64 
       
    65 # install
       
    66 sources.files = README *.pro
       
    67 sources.path = $$[QT_INSTALL_EXAMPLES]
       
    68 INSTALLS += sources
       
    69 
       
    70 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)