[Interest] Keeping QML module versions up to date in a project

Harri Pasanen harri at mpaja.com
Wed Nov 26 10:04:08 CET 2014


QML module versions is somewhat fuzzy area for me, so I'm
looking for some advice.

Some of my files start with a barrage of imports, like

import QtQuick 2.3
import QtQuick.Controls 1.2
import QtQuick.Window 2.2
import QtSensors 5.0
import QtMultimedia 5.4

That becomes lots of versions to keep track of.

I'm not sure if I do

import QtQuick 2.0

will I import some bugs that would be fixed if I had done

import QtQuick 2.3

How is it?

Also the new file wizard seems to add older version imports, not the latest.

For simplicity, I'd like to track the latest version of all the modules.
Is that info centralized somewhere?

Thanks,

Harri




More information about the Interest mailing list