Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在我的 32 位 XP 系统上以共享的 64 位模式构建 Qt。
我可以配置 QMake 并启动 64 位构建。问题是,当构建开始时,首先发生的事情是该过程以 64 位模式构建 ui、moc 和 rcc 实用程序编译器,然后尝试在我的 32 位机器上运行它们。
有谁知道如何配置构建以便它不会先构建那些编译器?
我不认为 Qt 在 Windows 上支持交叉编译。
我建议反过来做,通过使用 64 位机器(和 64 位版本的 Windows)来构建 64 位和 32 位版本。