【发布时间】:2014-01-10 22:36:07
【问题描述】:
我正在尝试将 Qt4/Symbian 项目编译为 Qt5,同时保留对 Qt4/Symbian 的支持。
目前MainWindow::setOrientation 自动生成的样板函数给我带来了麻烦。
它给了我这些编译器错误:
error: 'WA_LockPortraitOrientation' is not a member of 'Qt'
error: 'WA_LockLandscapeOrientation' is not a member of 'Qt'
error: 'WA_AutoOrientation' is not a member of 'Qt'
【问题讨论】:
标签: c++ qt symbian qwidget qtgui