Changeset 60 for trunk/src/src.pro


Ignore:
Timestamp:
Jun 26, 2009, 12:55:38 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: Alter .pro files to take OS/2 into account (many modules are disabled yet).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/src.pro

    r2 r60  
    2929contains(QT_CONFIG, scripttools): SRC_SUBDIRS += src_scripttools
    3030SRC_SUBDIRS += src_plugins
     31
     32# @todo on OS/2, forcefully remove modules that are not yet ready
     33os2 {
     34    SRC_SUBDIRS -= src_tools_uic src_network src_gui src_sql src_qt3support src_tools_uic3 src_svg
     35}
    3136
    3237src_winmain.subdir = $$QT_SOURCE_TREE/src/winmain
Note: See TracChangeset for help on using the changeset viewer.