Changeset 88 for trunk/src


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).

Location:
trunk/src
Files:
2 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
  • trunk/src/tools/uic/main.cpp

    r2 r88  
    146146    reporterPath += QDir::separator();
    147147    reporterPath += QLatin1String("qtusagereporter");
    148 #if defined(Q_OS_WIN)
     148#if defined(Q_OS_WIN) || defined(Q_OS_OS2)
    149149    reporterPath += QLatin1String(".exe");
    150150#endif
Note: See TracChangeset for help on using the changeset viewer.