• Samuli Piippo's avatar
    Always use resources for QML files · c690e527
    Samuli Piippo authored
    
    Always compile all QML files into resources files, instead of generating
    resource files when using Quick Compiler. Saves some ifdefs in the code,
    since the file uris are the same in both cases. Also we are no longer
    dependent on the runtime path from QLibraryInfo::Qml2ImportsPath. It had
    problem in the prebuild QNX binaries, since the binaries had different
    prefix than what was used in the device.
    
    Change-Id: I19ee347244f56e4846831d4871f6667bce78d3a6
    Reviewed-by: default avatarJarkko Koivikko <jarkko.koivikko@code-q.fi>
    c690e527