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