Changeset 846 for trunk/tools/tools.pro


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

    r769 r846  
    11TEMPLATE        = subdirs
    22
    3 no-png {
    4     message("Some graphics-related tools are unavailable without PNG support")
    5 } else {
    6      SUBDIRS += assistant \
    7                 pixeltool \
    8                 porting \
    9                 qtestlib \
    10                 qttracereplay
    11      contains(QT_EDITION, Console) {
    12          SUBDIRS += designer/src/uitools     # Linguist depends on this
    13      } else {
    14          SUBDIRS += designer
    15      }
    16      SUBDIRS     += linguist
    17      symbian: SUBDIRS = designer
    18      wince*: SUBDIRS = qtestlib designer
    19      unix:!mac:!embedded:contains(QT_CONFIG, qt3support):SUBDIRS += qtconfig
    20      win32:!wince*:SUBDIRS += activeqt
     3!contains(QT_CONFIG, no-gui) {
     4    no-png {
     5        message("Some graphics-related tools are unavailable without PNG support")
     6    } else {
     7        symbian {
     8            SUBDIRS = designer
     9        } else:wince* {
     10            SUBDIRS = qtestlib designer
     11        } else {
     12            SUBDIRS = assistant \
     13                      pixeltool \
     14                      porting \
     15                      qtestlib \
     16                      qttracereplay
     17            contains(QT_EDITION, Console) {
     18                SUBDIRS += designer/src/uitools     # Linguist depends on this
     19            } else {
     20                SUBDIRS += designer
     21            }
     22        }
     23        unix:!mac:!embedded:contains(QT_CONFIG, qt3support):SUBDIRS += qtconfig
     24        win32:!wince*:SUBDIRS += activeqt
     25    }
     26    contains(QT_CONFIG, declarative):SUBDIRS += qml
    2127}
     28
     29
    2230
    2331mac {
     
    2735embedded:SUBDIRS += kmap2qmap
    2836
    29 contains(QT_CONFIG, declarative):SUBDIRS += qmlviewer qmldebugger
    3037contains(QT_CONFIG, dbus):SUBDIRS += qdbus
    3138# We don't need these command line utilities on embedded platforms.
     
    3744CONFIG+=ordered
    3845QTDIR_build:REQUIRES = "contains(QT_CONFIG, full-config)"
     46
     47
     48
     49
Note: See TracChangeset for help on using the changeset viewer.