QML Backward Compatibility
-
-
Not really... in QML code you import either 2.0 OR 1.0. Also, the classes that display QML in C++ are different. So it's probably not possible unless you are prepared to use an awful lot of ifdefs in your code.
When I was in a transition period between Qt4 and 5 in my project, I just used a script I have written that did most of the changes automatically.