Вышла Trolltech Qt 4.3
Из интересного - поддержка Vista UI! Также новый интегратор с VS2005.
Если возникает что-то, вроди этого
1>Compiling...
1>moc_qwizard_win_p.cpp
1>.\tmp\moc\debug_shared\moc_qwizard_win_p.cpp(36) : error C2653: 'QVistaHelper' : is not a class or namespace name
1>.\tmp\moc\debug_shared\moc_qwizard_win_p.cpp(41) : error C2653: 'QVistaHelper' : is not a class or namespace name
1>.\tmp\moc\debug_shared\moc_qwizard_win_p.cpp(42) : error C2270: 'metaObject' : modifiers not allowed on nonmember functions
1>.\tmp\moc\debug_shared\moc_qwizard_win_p.cpp(46) : error C2653: 'QVistaHelper' : is not a class or namespace name
1>.\tmp\moc\debug_shared\moc_qwizard_win_p.cpp(50) : error C2061: syntax error : identifier 'QVistaHelper'
1>.\tmp\moc\debug_shared\moc_qwizard_win_p.cpp(50) : error C2146: syntax error : missing '(' before identifier 'QVistaHelper'
1>.\tmp\moc\debug_shared\moc_qwizard_win_p.cpp(51) : error C2352: 'QObject::qt_metacast' : illegal call of non-static member function
1> f:\sdk\qt-4.3.0\include\qtcore\../../src/corelib/kernel/qobject.h(92) : see declaration of 'QObject::qt_metacast'
1>.\tmp\moc\debug_shared\moc_qwizard_win_p.cpp(54) : error C2653: 'QVistaHelper' : is not a class or namespace name
1>.\tmp\moc\debug_shared\moc_qwizard_win_p.cpp(56) : error C2352: 'QObject::qt_metacall' : illegal call of non-static member function
1> f:\sdk\qt-4.3.0\include\qtcore\../../src/corelib/kernel/qobject.h(92) : see declaration of 'QObject::qt_metacall'
то в файле src\gui\tmp\moc\debug_shared\moc_qwizard_win_p.cpp быстренько добавить #ifndef QT_NO_STYLE_WINDOWSVISTA и в конец #endif.
0 коммент.:
Отправить комментарий