Changeset 167


Ignore:
Timestamp:
Sep 7, 2009, 11:04:15 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

src: Enabled all configured modules by default on OS/2 (this effectively enables network, sql, svg, xmlpatterns, scripttools, plugins).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/src.pro

    r97 r167  
    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
    33 os2 {
    34     SRC_SUBDIRS -= src_network 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
    39 }
    4031
    4132src_winmain.subdir = $$QT_SOURCE_TREE/src/winmain
Note: See TracChangeset for help on using the changeset viewer.