Windows의 소스에서 QT 5.6.1의 정적 빌드를 컴파일하려고합니다.QT : building WinExtras
내가 다음 명령을 실행하고있어,이 작업을 수행하려면
구성 명령 :
configure.bat -static -static-runtime -debug-and-release -platform win32-g++ -qt-zlib -qt-pcre -qt-libpng -qt-libjpeg -qt-freetype -opengl desktop -qt-sql-sqlite -no-openssl -opensource -make libs -make tools -nomake examples -nomake tests
빌드 명령을
mingw32-make
지금이 올바르게 툴킷을 컴파일하는 것, 그러나 결국에는 뭔가 빠져 있습니다. 특히, 내 프로세스에 필요한 모듈 winextras
은 빌드되지 않습니다. 내 빌드 디렉토리에 macextras
및 androidextras
폴더가 있지만, winextras
폴더가 없습니다.
winextras
모듈을 구성하려면 어떻게 올바르게 구성해야합니까?
해당 모듈이 출처에 포함되어 있습니까? –
@KubaOber : Src 폴더 안에 "qtwinextras"폴더가 있고, 모든 소스 파일이있는 것처럼 보입니다. 내가 특히 확인하는 것은 무엇인가? –