Changeset 88 for trunk/src/src.pro


Ignore:
Timestamp:
Jul 27, 2009, 9:36:38 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

build: Enabled uic; disabled scripttools plugins modules (dependencies are not yet ready).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/src.pro

    r60 r88  
    3232# @todo on OS/2, forcefully remove modules that are not yet ready
    3333os2 {
    34     SRC_SUBDIRS -= src_tools_uic src_network src_gui src_sql src_qt3support src_tools_uic3 src_svg
     34    SRC_SUBDIRS -= src_network src_gui src_sql src_qt3support src_tools_uic3 src_svg
     35    # XmlPattenrs needs Network for some reason
     36    SRC_SUBDIRS -= src_xmlpatterns
     37    # ScriptTools and Plugins seeem to depend on Gui
     38    SRC_SUBDIRS -= src_scripttools src_plugins
    3539}
    3640
Note: See TracChangeset for help on using the changeset viewer.