I downloaded the evaluation version of Qt 5.3.2 Enterprise edition and the binary installed version of Qt Quick Compiler works (verified with debug message) and Qt5QuickCompilerRuntime.dll exists.
Now I want to build Qt from src for static linking but after building there is no Qt5QuickCompilerRuntime and I cannot find any source code that would build this component? I tried manually copying the installed binary to the static build Qt but it didn’t work. Does Digia not include Src for Enterprise Add-ons?
btw my goal is to create the fastest starting QML app so my plan is to: – use qt quick compiler (I assume only in enterprise edition) – static link Qt/QML (so have to build from src) – remove un-needed large Qt components (icu, webkit etc.)
↧