【问题标题】:Nokia Qt: App compiles for Qt Simulator, fails to compile for Symbian Device - QFutureWatcher诺基亚 Qt:应用程序为 Qt 模拟器编译,无法为 Symbian 设备编译 - QFutureWatcher
【发布时间】:2011-01-07 23:29:05
【问题描述】:

我正在为 Symbian 编写一个 Qt 应用程序。我的应用程序确实在 Qt 模拟器中编译和运行,但在为 Symbian 设备编译时失败,并出现以下错误:

ISO C++ 禁止声明没有类型的“QFutureWatcher” 预计 ';'在'之前

我还包括:QFutureWatcher

知道有什么问题吗??

谢谢....

【问题讨论】:

  • 如果没有看到无法编译的代码就很难判断。
  • 是的,@Frank 是对的,请向我们展示无法编译的代码。

标签: qt


【解决方案1】:

根据this bug report,Symbian 缺少对 QFuture 和 QtConcurrent 的支持。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-04-25
    • 1970-01-01
    相关资源
    最近更新 更多