Changeset 8 for trunk/tools
- Timestamp:
- Nov 16, 2005, 8:36:46 PM (20 years ago)
- Location:
- trunk/tools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/designer/designer.pro
r7 r8 10 10 dll:SUBDIRS *= editor plugins 11 11 shared:SUBDIRS *= editor plugins 12 13 #@@todo (dmik): temporary, until all modules can be compiled on OS/2 14 os2:SUBDIRS -= uilib designer app editor plugins -
trunk/tools/designer/uic/main.cpp
r7 r8 44 44 extern QStringList *dbpaths; 45 45 46 #ifdef Q_WS_PM 47 // defined in qeventloop_pm.cpp 48 extern bool qt_suppress_morph_warning; 49 #endif 50 46 51 int main( int argc, char * argv[] ) 47 52 { 53 #ifdef Q_WS_PM 54 qt_suppress_morph_warning = true; 55 #endif 48 56 bool impl = FALSE; 49 57 bool subcl = FALSE; -
trunk/tools/linguist/linguist.pro
r7 r8 9 9 CONFIG += ordered 10 10 11 ## @todo (dmik) temporary, until everything can be compiled on OS/2 12 os2:SUBDIRS -= \ 13 linguist \ 14 tutorial/tt1 \ 15 tutorial/tt2 \ 16 tutorial/tt3 \ 17 qm2ts -
trunk/tools/tools.pro
r7 r8 8 8 linguist 9 9 unix:SUBDIRS += qtconfig 10 ## @todo (dmik) temporary, until everything can be compiled on OS/2 11 os2:SUBDIRS -= assistant assistant/lib 10 12 } 11 13
Note:
See TracChangeset
for help on using the changeset viewer.