How to generate .sln/.vcproj using qmake

前端 未结 4 1991
别跟我提以往
别跟我提以往 2020-12-08 08:23

I have main.cpp in c:\\test folder and do the following:

qmake -project
qmake -tp vc test.pro

The answer is:

4条回答
  •  一向
    一向 (楼主)
    2020-12-08 09:10

    It seems I've installed bundle that doesn't support MSVC (MinGW only). Going to download sources and install Qt according to this and that.

提交回复
热议问题