Changeset 8 for trunk/tools/designer
- Timestamp:
- Nov 16, 2005, 8:36:46 PM (20 years ago)
- Location:
- trunk/tools/designer
- Files:
-
- 2 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;
Note:
See TracChangeset
for help on using the changeset viewer.