Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
/MyFolder/main.cpp:1: error: QCanvas: No such file or directory
|
Operating system: Ubuntu 10.04 LTS Lucid Lynx
IDE: Qt Creator 2.0.0
Project type: Console Application
Libraries used:
#------------------------------------------------- |
#include <QCanvas> |
As far as I can understand, QCanvas is a Qt3 class that is obsolete in Qt Creator 2.0.0.
The code below, although #including the proper header file, will give the compile error ':: error: collect2: ld returned 1 exit status'.
#include <qt3/qcanvas.h> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.