Greetings,
Just installed Qt 5.1 SDK on Ubuntu 12 LTS with online installer from Download [download.qt-project.org]
I’ve configured the kits for compilation (Qt 5.1.0 GCC 64 bits, Qt 5.0.2 GCC 64 bits) ( Build and Run targets )
and I see there is no QNetworkAccessManager, and no <Qt/QAction> and many more, I can’t build my application developed with previously Qt 4.8. , it seems sevaral modules are not complete and missing,
next includes are can’t be found:
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QCheckBox>
#include <QtGui/QComboBox>
#include <QtGui/QGridLayout>
#include <QtGui/QGroupBox>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QPushButton>
#include <QtGui/QSpinBox>
#include <QtGui/QVBoxLayout>
#include <QtGui/QWidget>
can’t be found.
Also where is download link for the Qt 4.8 SDK for Debian-derived OS?
Please anybody knows how to get the most of Qt modules with the SDK so the includes will work ?
Plenty thanks in advance for your help on this regard.
↧