Changeset 8 for trunk/tools


Ignore:
Timestamp:
Nov 16, 2005, 8:36:46 PM (20 years ago)
Author:
dmik
Message:

Transferred Qt for OS/2 version 3.3.1-rc5 sources from the CVS

Location:
trunk/tools
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/designer/designer.pro

    r7 r8  
    1010dll:SUBDIRS *=  editor plugins
    1111shared:SUBDIRS *=  editor plugins
     12
     13#@@todo (dmik): temporary, until all modules can be compiled on OS/2
     14os2:SUBDIRS -= uilib designer app editor plugins
  • trunk/tools/designer/uic/main.cpp

    r7 r8  
    4444extern QStringList *dbpaths;
    4545
     46#ifdef Q_WS_PM
     47// defined in qeventloop_pm.cpp
     48extern bool qt_suppress_morph_warning;
     49#endif
     50
    4651int main( int argc, char * argv[] )
    4752{
     53#ifdef Q_WS_PM
     54    qt_suppress_morph_warning = true;
     55#endif
    4856    bool impl = FALSE;
    4957    bool subcl = FALSE;
  • trunk/tools/linguist/linguist.pro

    r7 r8  
    99CONFIG += ordered
    1010
     11## @todo (dmik) temporary, until everything can be compiled on OS/2
     12os2:SUBDIRS     -= \
     13                  linguist \
     14                  tutorial/tt1 \
     15                  tutorial/tt2 \
     16                  tutorial/tt3 \
     17                  qm2ts
  • trunk/tools/tools.pro

    r7 r8  
    88                      linguist
    99    unix:SUBDIRS        += qtconfig
     10    ## @todo (dmik) temporary, until everything can be compiled on OS/2
     11    os2:SUBDIRS     -= assistant assistant/lib
    1012}
    1113
Note: See TracChangeset for help on using the changeset viewer.