Changeset 561 for trunk/tools/tools.pro


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

    r475 r561  
    77                pixeltool \
    88                porting \
    9                 qtestlib
     9                qtestlib \
     10                qttracereplay
    1011     contains(QT_EDITION, Console) {
    1112         SUBDIRS += designer/src/uitools     # Linguist depends on this
     
    1415     }
    1516     SUBDIRS     += linguist
     17
    1618     wince*: SUBDIRS = qtestlib designer
    1719     unix:!mac:!embedded:contains(QT_CONFIG, qt3support):SUBDIRS += qtconfig
    18      win32:!wince*:!contains(QT_EDITION, OpenSource|Console):SUBDIRS += activeqt
     20     win32:!wince*:SUBDIRS += activeqt
    1921}
    2022
     
    2325}
    2426
     27
     28
     29
    2530contains(QT_CONFIG, dbus):SUBDIRS += qdbus
    26 !wince*:contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns
     31!wince*:contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns
    2732embedded: SUBDIRS += makeqpf
     33
     34
    2835
    2936CONFIG+=ordered
Note: See TracChangeset for help on using the changeset viewer.