View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#11
Originally Posted by frafI View Post
Any progress on that?
@marmistrz: Did you document your approach anywhere, so that someone willing to play with this does not have to start from scratch?

Did anyone consider building a Qt5 compatibility layer for Qt4? If you try to port software that doesn't use (m)any of Qt5's new features, it's actually just renaming some classes and reimplementing a few Qml properties. This task is quite similar for many applications and such a layer could save a lot of time if done only once.
Well, I did it a long time ago, but it should be something like that.

Code:
fakeroot apt-get build-dep libqt4-dev
// add the repo with source or just download the source with debian packaging and
cd path/you/need//
dpkg-buildpackage -rfakeroot
Qt Quick 2.0 would be killer!
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following User Says Thank You to marmistrz For This Useful Post: