I am using Mageia 3 and having problems in using QPaint related features. I installed QtCreator and others that I believe are required. But strangely QtGui is not to be found anywhere. Even more puzzling is that libQtGui.so exists but not the header file!
- Code: Select all
$ locate -i QtGui | grep -v PyQt
/usr/lib64/libQtGui.so.4
/usr/lib64/libQtGui.so.4.8
/usr/lib64/libQtGui.so.4.8.4
$ qmake -v
QMake version 3.0
Using Qt version 5.0.2 in /usr/lib64/qt5/lib
$
I also did not find libqtgui5 in repos but libqtgui4 is available.
Could anyone suggest me a solution please?
Thanks,
-S