0
我下載了qt-opensource-windows-x86-mingw48_opengl-5.2.1.exe
從窗口源編譯Qt5.2.1
也安裝了源碼。
編譯MinGW的:
cd C:\QtSDK\5.2.1\Src\qtbase\qmake
make
- 返回:
make: *** No targets specified and no makefile found. Stop.
在該文件夾是正確的一個copilar Qt
?
這不是簡單的冗長,它是非常非常棘手的需要多種第三方語言(如果你想要webkit,python,rupy,perl)。相比之下,編譯Qt4是在公園裏輕鬆地散步。 – user3427419
@esorton'./configure -platform?''-platform'我使用那個命令?編譯爲Windows(MinGW)。 './configure -planform win32-msvc不支持return system/compiler' – user628298
解決方案:-platform win32-g ++ – user628298