PDA

View Full Version : Build static QT Quick application



Sashabn
3rd June 2016, 22:12
Hi guys, can you help me with building static QML application.
I was build qt from source with this command line:
C:\Qt\5.6\Src\qtbase>configure -debug-and-release -opensource -static -qt-sql-mysql -system-sqlite -opengl desktop -I C:/mysql/include -L C:/mysql/lib
mingw32-make sub-src
And when i create qt quick project i got this error:
Project ERROR: Unknown module(s) in QT: qml quick
How can i enable QML in qt ?
Thanks for help