![]() |
QT developer
Hi all,
How can I find out if qt is installed on my machine. I think it is because if I do: rpm -query qt qt-3.1.1-6 is returned. I've tried compiling with g++ but get errors because the headers are not recognised (#include <qapplication.h> and #include <qpushbutton.h>). Do I need to add any linker options? Cheers sat |
Moved: More suitable in Programming where your more likely to get better exposure from members who might have a solution for you.
|
Usually you also need the package 'qt-devel'. Plus you need to link with '-lqt'.
|
Have a look by yourself:
http://www.trolltech.com/products/qt/freelicense.html |
| All times are GMT -5. The time now is 01:54 AM. |