【发布时间】:2018-10-30 00:16:14
【问题描述】:
我已经安装了具有以下设置的开源 QT 5.5.0:
套件:
Desktop Qt 5.4.2 MSVC2013 64bit2
Desktop Qt 5.5.0 MSVC2013 64bit
Qt 版本:
Qt 5.4.2 MSVC2013 64bit2 and some qmake.exe path
Qt 5.5.0 MSVC2013 64bit and some qmake.exe path
编译器:
Microsoft Visual C++ Compiler 12.0(x86)
Microsoft Visual C++ Compiler 12.0(amd64)
Microsoft Visual C++ Compiler 12.0(x86_amd64)
Microsoft Visual C++ Compiler 12.0(x86_arm)
Microsoft Visual C++ Compiler 12.0(amd64_arm)
Microsoft Visual C++ Compiler 9.0(x86)
Microsoft Visual C++ Compiler 9.0(x86_amd64)
Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
Windows Mobile 5.0 Smartphone SDK (ARMV4I)
但现在我想添加 32 位 QT 版本,以便能够将它们与 32 位套件中的 x86 编译器结合起来,例如 Lucacox 提到的here,而无需再次从设置中预安装 QT。我已经尝试过工具->构建和运行-> QT版本->添加但不知道.qmake是否足够以及在哪里可以找到它(基于上面Lucacox的回答,我认为不是-也许至少下载版本需要从某个地方)。有什么办法吗?
安装程序不允许在同一安装中添加 QT 版本:
【问题讨论】:
标签: qt installation