QML to EXE/without DLL
-
Hello, a have my QML project, that has main.cpp, mainwin.cpp, main.h, proj_name.pro and QML files. So, i want convert my project to exe WITHOUT needed *.dll such as icudt49.dll, icuin49.dll, icuuc49.dll etc. I make new static profile for QT version 5.0.2 (creator 2.7.0), and i can build my project(console and gui project) without dll, only exe. When i try select my profile for QML project i have message (on options) "No qmlscene installed" and "No qmlviewer installed" so can you help me? http://uploads.im/ysCk2.png
P.S. how i build new profile
QMAKE_LFLAGS = -static
configure -opensource -release -nomake examples -nomake demos -nomake tools -nomake translations -nomake docs -no-rtti -no-openssl -no-opengl -static -platform win32-g++