thanks for trying it out. It seems to be the same problem as in the OSG forum and indeed QPaintDevice::devicePixelRatio() was introduced in Qt 5.1 and is not present in Qt 5.0. I therefore fixed this in trunk and will merge the fix into the RTL branch. Please retry using at least revision 1466 resp. ???.
Sorry for making it more difficult than necessary. However, if I remember correctly, I had other problems with Qt 5.0.x and you will probably need to disable SVG support by passing "CONFIG+=without_svg" as an extra argument to "qmake". Updating to a newer version of Qt 5 or building against Qt 4 might be advisable for concentrating on the issue at hand.
Hello Abdellah,
thanks for trying it out. It seems to be the same problem as in the OSG forum and indeed QPaintDevice: :devicePixelRat io() was introduced in Qt 5.1 and is not present in Qt 5.0. I therefore fixed this in trunk and will merge the fix into the RTL branch. Please retry using at least revision 1466 resp. ???.
Sorry for making it more difficult than necessary. However, if I remember correctly, I had other problems with Qt 5.0.x and you will probably need to disable SVG support by passing "CONFIG+ =without_ svg" as an extra argument to "qmake". Updating to a newer version of Qt 5 or building against Qt 4 might be advisable for concentrating on the issue at hand.
Best regards, Adam.