无法配置Qt 4.8 rc

时间:2011-11-18 11:27:48

标签: qt qt4

我已经下载了Qt 4.8 rc并安装了它。那里没有Qt Creator,所以我想把Qt 4.8添加到Qt Creator的Qt版本中,但当我指出qt4.8 / bin / qmake时,我从Qt Creator那里得到Qt没有正确安装的信息,请运行make install。
所以我做到了(这是来自控制台):

Setting up a MinGW/Qt only environment...  
-- QTDIR set to C:\Qt\4.8.0  
-- PATH set to C:\Qt\4.8.0\bin  
-- Adding C:\MinGW32\bin to PATH  
-- Adding C:\WINDOWS\System32 to PATH  
-- QMAKESPEC set to win32-g++  

C:\Qt\4.8.0>make install
mingw32-make: Nothing to be done for `install'.  

C:\Qt\4.8.0>   

有谁知道我想做什么? 编辑:

Setting up a MinGW/Qt only environment...
-- QTDIR set to C:\Qt\4.8.0
-- PATH set to C:\Qt\4.8.0\bin
-- Adding C:\MinGW32\bin to PATH
-- Adding C:\WINDOWS\System32 to PATH
-- QMAKESPEC set to win32-g++

C:\Qt\4.8.0>make install
mingw32-make: Nothing to be done for `install'.

**C:\Qt\4.8.0>make -B install
mingw32-make: Nothing to be done for `install'.
C:\Qt\4.8.0>**

2 个答案:

答案 0 :(得分:0)

make install可能已经以某种方式注释它实际上已经完成了一次安装。如果您想强制它,请尝试make -B install

   -B, --always-make
        Unconditionally make all targets.

答案 1 :(得分:0)

必须执行此订单

配置

make install