fix compilation for demos/
authorLars Knoll <lars.knoll@nokia.com>
Sun, 8 May 2011 07:13:40 +0000 (09:13 +0200)
committerLars Knoll <lars.knoll@nokia.com>
Sun, 8 May 2011 07:13:40 +0000 (09:13 +0200)
78 files changed:
demos/affine/affine.pro
demos/books/bookdelegate.cpp
demos/books/books.pro
demos/books/bookwindow.h
demos/books/main.cpp
demos/boxes/boxes.pro
demos/boxes/glbuffers.h
demos/boxes/gltrianglemesh.h
demos/boxes/main.cpp
demos/boxes/qtbox.h
demos/boxes/roundedbox.h
demos/boxes/scene.h
demos/boxes/trackball.h
demos/chip/chip.cpp
demos/chip/chip.h
demos/chip/chip.pro
demos/chip/mainwindow.cpp
demos/chip/mainwindow.h
demos/chip/view.cpp
demos/composition/composition.pro
demos/deform/deform.pro
demos/demos.pro
demos/embedded/digiflip/digiflip.cpp
demos/embedded/digiflip/digiflip.pro
demos/embedded/embedded.pro
demos/embedded/flickable/flickable.cpp
demos/embedded/flickable/flickable.pro
demos/embedded/flickable/main.cpp
demos/embedded/flightinfo/flightinfo.cpp
demos/embedded/flightinfo/flightinfo.pro
demos/embedded/lightmaps/lightmaps.cpp
demos/embedded/lightmaps/lightmaps.pro
demos/embedded/lightmaps/mapzoom.cpp
demos/embedded/lightmaps/slippymap.cpp
demos/embedded/raycasting/raycasting.cpp
demos/embedded/raycasting/raycasting.pro
demos/embedded/styledemo/styledemo.pro
demos/embeddeddialogs/customproxy.cpp
demos/embeddeddialogs/customproxy.h
demos/embeddeddialogs/embeddeddialog.cpp
demos/embeddeddialogs/embeddeddialog.h
demos/embeddeddialogs/embeddeddialogs.pro
demos/embeddeddialogs/main.cpp
demos/gradients/gradients.h
demos/gradients/gradients.pro
demos/interview/interview.pro
demos/macmainwindow/macmainwindow.h
demos/macmainwindow/macmainwindow.pro
demos/macmainwindow/main.cpp
demos/mainwindow/mainwindow.pro
demos/pathstroke/pathstroke.h
demos/pathstroke/pathstroke.pro
demos/shared/hoverpoints.h
demos/shared/shared.pro
demos/spreadsheet/main.cpp
demos/spreadsheet/spreadsheet.cpp
demos/spreadsheet/spreadsheet.pro
demos/spreadsheet/spreadsheetdelegate.cpp
demos/spreadsheet/spreadsheetitem.h
demos/sqlbrowser/browser.cpp
demos/sqlbrowser/connectionwidget.cpp
demos/sqlbrowser/main.cpp
demos/sqlbrowser/sqlbrowser.pro
demos/sub-attaq/boat_p.h
demos/sub-attaq/graphicsscene.cpp
demos/sub-attaq/graphicsscene.h
demos/sub-attaq/main.cpp
demos/sub-attaq/mainwindow.h
demos/sub-attaq/pixmapitem.h
demos/sub-attaq/progressitem.h
demos/sub-attaq/states.cpp
demos/sub-attaq/states.h
demos/sub-attaq/sub-attaq.pro
demos/sub-attaq/submarine.h
demos/sub-attaq/submarine_p.h
demos/sub-attaq/textinformationitem.h
demos/textedit/textedit.pro
demos/undo/undo.pro

index a3d6e30..4e4eee8 100644 (file)
@@ -3,7 +3,7 @@ HEADERS += xform.h
 
 contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2) {
        DEFINES += QT_OPENGL_SUPPORT
-       QT += opengl
+       QT += opengl widgets
 }
 
 SHARED_FOLDER = ../shared
index eb5d95b..0965120 100644 (file)
@@ -41,7 +41,7 @@
 
 #include "bookdelegate.h"
 
-#include <QtGui>
+#include <QtWidgets>
 
 BookDelegate::BookDelegate(QObject *parent)
     : QSqlRelationalDelegate(parent), star(QPixmap(":images/star.png"))
index 1588288..39c5e1e 100644 (file)
@@ -6,7 +6,7 @@ RESOURCES   = books.qrc
 SOURCES     = bookdelegate.cpp main.cpp bookwindow.cpp
 FORMS       = bookwindow.ui
 
-QT += sql
+QT += sql widgets widgets
 
 target.path = $$[QT_INSTALL_DEMOS]/qtbase/books
 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro images
index 96545d7..21a8d39 100644 (file)
@@ -42,7 +42,7 @@
 #ifndef BOOKWINDOW_H
 #define BOOKWINDOW_H
 
-#include <QtGui>
+#include <QtWidgets>
 #include <QtSql>
 
 #include "ui_bookwindow.h"
index 3481c9a..6f72efc 100644 (file)
@@ -41,7 +41,7 @@
 
 #include "bookwindow.h"
 
-#include <QtGui>
+#include <QtWidgets>
 
 int main(int argc, char * argv[])
 {
index d599a3a..930e5aa 100644 (file)
@@ -27,7 +27,7 @@ SOURCES += 3rdparty/fbm.c \
 
 RESOURCES += boxes.qrc
 
-QT += opengl
+QT += opengl widgets
 
 # install
 target.path = $$[QT_INSTALL_DEMOS]/qtbase/boxes
index fb6455b..1b4823d 100644 (file)
@@ -45,7 +45,7 @@
 //#include <GL/glew.h>
 #include "glextensions.h"
 
-#include <QtGui>
+#include <QtWidgets>
 #include <QtOpenGL>
 
 #define BUFFER_OFFSET(i) ((char*)0 + (i))
index d0afa35..68897c8 100644 (file)
@@ -45,7 +45,7 @@
 //#include <GL/glew.h>
 #include "glextensions.h"
 
-#include <QtGui>
+#include <QtWidgets>
 #include <QtOpenGL>
 
 #include "glbuffers.h"
index 568031e..67d112c 100644 (file)
@@ -44,7 +44,7 @@
 
 #include "scene.h"
 
-#include <QtGui>
+#include <QtWidgets>
 #include <QGLWidget>
 
 class GraphicsView : public QGraphicsView
index 71c1304..dd44902 100644 (file)
@@ -42,7 +42,7 @@
 #ifndef QTBOX_H
 #define QTBOX_H
 
-#include <QtGui>
+#include <QtWidgets>
 
 #include <QtGui/qvector3d.h>
 #include "glbuffers.h"
index a19f1a3..8122734 100644 (file)
@@ -45,7 +45,7 @@
 //#include <GL/glew.h>
 #include "glextensions.h"
 
-#include <QtGui>
+#include <QtWidgets>
 #include <QtOpenGL>
 
 #include "gltrianglemesh.h"
index d1c6526..9e105fa 100644 (file)
@@ -45,7 +45,7 @@
 //#include <GL/glew.h>
 #include "glextensions.h"
 
-#include <QtGui>
+#include <QtWidgets>
 #include <QtOpenGL>
 
 #include "roundedbox.h"
index e43b00d..7eb51b1 100644 (file)
@@ -42,7 +42,7 @@
 #ifndef TRACKBALL_H
 #define TRACKBALL_H
 
-#include <QtGui>
+#include <QtWidgets>
 
 #include <QtGui/qvector3d.h>
 #include <QtGui/qquaternion.h>
index 6f3b529..ae716b6 100644 (file)
@@ -41,7 +41,7 @@
 
 #include "chip.h"
 
-#include <QtGui>
+#include <QtWidgets>
 
 Chip::Chip(const QColor &color, int x, int y)
 {
index dca63b7..08dfc58 100644 (file)
@@ -43,7 +43,7 @@
 #define CHIP_H
 
 #include <QtGui/QColor>
-#include <QtGui/QGraphicsItem>
+#include <QtWidgets/QGraphicsItem>
 
 class Chip : public QGraphicsItem
 {
index 1e1a7de..9b186b7 100644 (file)
@@ -4,7 +4,7 @@ HEADERS += mainwindow.h view.h chip.h
 SOURCES += main.cpp
 SOURCES += mainwindow.cpp view.cpp chip.cpp
 
-contains(QT_CONFIG, opengl):QT += opengl
+contains(QT_CONFIG, opengl):QT += opengl widgets
 
 build_all:!build_pass {
     CONFIG -= build_all
index 825c388..8a7e46a 100644 (file)
@@ -43,7 +43,7 @@
 #include "view.h"
 #include "chip.h"
 
-#include <QtGui>
+#include <QtWidgets>
 
 MainWindow::MainWindow(QWidget *parent)
     : QWidget(parent)
index 9c8ac03..c365ad3 100644 (file)
@@ -42,7 +42,7 @@
 #ifndef MAINWINDOW_H
 #define MAINWINDOW_H
 
-#include <QtGui/qwidget.h>
+#include <QtWidgets/qwidget.h>
 
 QT_FORWARD_DECLARE_CLASS(QGraphicsScene)
 QT_FORWARD_DECLARE_CLASS(QGraphicsView)
index 49d02ec..415ab1e 100644 (file)
@@ -41,7 +41,7 @@
 
 #include "view.h"
 
-#include <QtGui>
+#include <QtWidgets>
 #ifndef QT_NO_OPENGL
 #include <QtOpenGL>
 #endif
index 59b9112..00c500e 100644 (file)
@@ -8,7 +8,7 @@ include($$SHARED_FOLDER/shared.pri)
 RESOURCES += composition.qrc
 contains(QT_CONFIG, opengl) {
        DEFINES += QT_OPENGL_SUPPORT
-       QT += opengl
+       QT += opengl widgets
 }
 
 # install
index 3393b8e..d1c8938 100644 (file)
@@ -9,7 +9,7 @@ RESOURCES += deform.qrc
 
 contains(QT_CONFIG, opengl) {
        DEFINES += QT_OPENGL_SUPPORT
-       QT += opengl
+       QT += opengl widgets
 }
 
 # install
index 81968fd..69ecca8 100644 (file)
@@ -96,3 +96,4 @@ demos_sub-attaq.subdir = sub-attaq
      demos_pathstroke.depends = demos_shared
 }
 }
+QT += widgets widgets
index d756f21..1a450e8 100644 (file)
@@ -40,7 +40,7 @@
 ****************************************************************************/
 
 #include <QtCore>
-#include <QtGui>
+#include <QtWidgets>
 
 class Digits: public QWidget
 {
index 7fa06fa..acc1d56 100644 (file)
@@ -9,3 +9,4 @@ target.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/digiflip
 sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
 sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/digiflip
 INSTALLS += target sources
+QT += widgets widgets
index e9a448b..becdfe2 100644 (file)
@@ -10,3 +10,4 @@ sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded
 INSTALLS += sources
 
 symbian: CONFIG += qt_demo
+QT += widgets widgets
index e2d240d..ec7e05b 100644 (file)
@@ -42,7 +42,7 @@
 #include "flickable.h"
 
 #include <QtCore>
-#include <QtGui>
+#include <QtWidgets>
 
 class FlickableTicker: QObject
 {
index 6ee744b..32b8213 100644 (file)
@@ -10,3 +10,4 @@ target.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/flickable
 sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
 sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/flickable
 INSTALLS += target sources
+QT += widgets widgets
index 431a99b..f914fb8 100644 (file)
@@ -40,7 +40,7 @@
 ****************************************************************************/
 
 #include <QtCore>
-#include <QtGui>
+#include <QtWidgets>
 
 #include "flickable.h"
 
index 6f7c039..76ca154 100644 (file)
@@ -40,7 +40,7 @@
 ****************************************************************************/
 
 #include <QtCore>
-#include <QtGui>
+#include <QtWidgets>
 #include <QtNetwork>
 
 #include "ui_form.h"
index a33423f..dfa4ae3 100644 (file)
@@ -3,7 +3,7 @@ TARGET = flightinfo
 SOURCES = flightinfo.cpp
 FORMS += form.ui
 RESOURCES = flightinfo.qrc
-QT += network
+QT += network widgets
 
 symbian {
     TARGET.UID3 = 0xA000CF74
index 8e64e73..62d38a8 100644 (file)
@@ -40,7 +40,7 @@
 ****************************************************************************/
 
 #include <QtCore>
-#include <QtGui>
+#include <QtWidgets>
 #include <QtNetwork>
 
 #include <math.h>
index 2751c3a..b7fa2d6 100644 (file)
@@ -6,7 +6,7 @@ SOURCES   = lightmaps.cpp \
             main.cpp \
             mapzoom.cpp \
             slippymap.cpp
-QT += network
+QT += network widgets
 
 symbian {
     TARGET.UID3 = 0xA000CF75
index 6cafc59..61da74d 100644 (file)
@@ -39,7 +39,7 @@
 **
 ****************************************************************************/
 
-#include <QtGui>
+#include <QtWidgets>
 #include <QtNetwork>
 #include "lightmaps.h"
 #include "mapzoom.h"
index 2c76f74..de58732 100644 (file)
@@ -41,7 +41,7 @@
 
 #include <math.h>
 
-#include <QtGui>
+#include <QtWidgets>
 #include <QtNetwork>
 #include "slippymap.h"
 
index 8ca4f8b..220bcf9 100644 (file)
@@ -40,7 +40,7 @@
 ****************************************************************************/
 
 #include <QtCore>
-#include <QtGui>
+#include <QtWidgets>
 
 #include <math.h>
 
index a4bb182..552ebec 100644 (file)
@@ -11,3 +11,4 @@ target.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/raycasting
 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
 sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/raycasting
 INSTALLS += target sources
+QT += widgets widgets
index 60700dd..e8a4281 100644 (file)
@@ -15,3 +15,4 @@ symbian {
     TARGET.UID3 = 0xA000A63F
     CONFIG += qt_demo
 }
+QT += widgets widgets
index e56823d..a93112b 100644 (file)
@@ -41,7 +41,7 @@
 
 #include "customproxy.h"
 
-#include <QtGui>
+#include <QtWidgets>
 
 CustomProxy::CustomProxy(QGraphicsItem *parent, Qt::WindowFlags wFlags)
     : QGraphicsProxyWidget(parent, wFlags), popupShown(false), currentPopup(0)
index 67d2152..723f0a0 100644 (file)
@@ -43,7 +43,7 @@
 #define CUSTOMPROXY_H
 
 #include <QtCore/qtimeline.h>
-#include <QtGui/qgraphicsproxywidget.h>
+#include <QtWidgets/qgraphicsproxywidget.h>
 
 class CustomProxy : public QGraphicsProxyWidget
 {
index e359afe..f38fbf0 100644 (file)
@@ -42,7 +42,7 @@
 #include "embeddeddialog.h"
 #include "ui_embeddeddialog.h"
 
-#include <QtGui>
+#include <QtWidgets>
 
 EmbeddedDialog::EmbeddedDialog(QWidget *parent)
     : QDialog(parent)
index 54263f6..1c81575 100644 (file)
@@ -42,7 +42,7 @@
 #ifndef EMBEDDEDDIALOG_H
 #define EMBEDDEDDIALOG_H
 
-#include <QtGui/qdialog.h>
+#include <QtWidgets/qdialog.h>
 
 QT_FORWARD_DECLARE_CLASS(Ui_embeddedDialog);
 
index 675a988..30cde78 100644 (file)
@@ -17,3 +17,4 @@ sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embeddeddialogs
 INSTALLS += target sources
 
 symbian: CONFIG += qt_demo
+QT += widgets widgets
index 01f1ca9..970672e 100644 (file)
@@ -42,7 +42,7 @@
 #include "customproxy.h"
 #include "embeddeddialog.h"
 
-#include <QtGui>
+#include <QtWidgets>
 
 int main(int argc, char *argv[])
 {
index bdd5c71..d400eea 100644 (file)
@@ -44,7 +44,7 @@
 
 #include "arthurwidgets.h"
 
-#include <QtGui>
+#include <QtWidgets>
 
 class HoverPoints;
 
index ed4120e..ff292ef 100644 (file)
@@ -8,7 +8,7 @@ include($$SHARED_FOLDER/shared.pri)
 RESOURCES += gradients.qrc
 contains(QT_CONFIG, opengl) {
        DEFINES += QT_OPENGL_SUPPORT
-       QT += opengl
+       QT += opengl widgets
 }
 
 # install
index a497fbc..bf39328 100644 (file)
@@ -17,3 +17,4 @@ sources.path = $$[QT_INSTALL_DEMOS]/qtbase/interview
 INSTALLS += target sources
 
 symbian: CONFIG += qt_demo
+QT += widgets widgets
index 4c2c638..1070981 100644 (file)
@@ -41,7 +41,7 @@
 #ifndef MACMAINWINDOW_H
 #define MACMAINWINDOW_H
 
-#include <QtGui>
+#include <QtWidgets>
 
 #ifdef Q_WS_MAC
 
index 4359056..6773a66 100644 (file)
@@ -21,3 +21,4 @@ sources.files = $$SOURCES  *.pro *.html
 sources.path = $$[QT_INSTALL_DEMOS]/qtbase/macmainwindow
 INSTALLS += target sources
 }
+QT += widgets widgets
index 0b513f8..56c26b4 100644 (file)
@@ -39,7 +39,7 @@
 **
 ****************************************************************************/
 
-#include <QtGui>
+#include <QtWidgets>
 #include "macmainwindow.h"
 
 #ifdef Q_WS_MAC
index 6da113d..bbb7c80 100644 (file)
@@ -15,3 +15,4 @@ sources.path = $$[QT_INSTALL_DEMOS]/qtbase/mainwindow
 INSTALLS += target sources
 
 symbian: CONFIG += qt_demo
+QT += widgets widgets
index c35c9e8..687ed07 100644 (file)
@@ -43,7 +43,7 @@
 #define PATHSTROKE_H
 
 #include "arthurwidgets.h"
-#include <QtGui>
+#include <QtWidgets>
 
 class PathStrokeRenderer : public ArthurFrame
 {
index 9bbf8a6..af6482f 100644 (file)
@@ -9,7 +9,7 @@ RESOURCES += pathstroke.qrc
 
 contains(QT_CONFIG, opengl) {
        DEFINES += QT_OPENGL_SUPPORT
-       QT += opengl
+       QT += opengl widgets
 }
 
 # install
index 9c10632..4b12699 100644 (file)
@@ -42,7 +42,7 @@
 #ifndef HOVERPOINTS_H
 #define HOVERPOINTS_H
 
-#include <QtGui>
+#include <QtWidgets>
 
 QT_FORWARD_DECLARE_CLASS(QBypassWidget)
 
index 88d7fbe..78aaaef 100644 (file)
@@ -3,7 +3,7 @@ CONFIG += static
 
 contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2) {
        DEFINES += QT_OPENGL_SUPPORT
-       QT += opengl
+       QT += opengl widgets
 }
 
 build_all:!build_pass {
@@ -11,7 +11,7 @@ build_all:!build_pass {
     CONFIG += release
 }
 TARGET = demo_shared
-QT += gui-private
+QT += gui-private widgets
 
 SOURCES += \
        arthurstyle.cpp\
index e197e75..73500c8 100644 (file)
@@ -39,7 +39,7 @@
 **
 ****************************************************************************/
 
-#include <QtGui/QApplication>
+#include <QtWidgets/QApplication>
 #include "spreadsheet.h"
 
 int main(int argc, char** argv) {
index 000c789..2651cdd 100644 (file)
@@ -39,7 +39,7 @@
 **
 ****************************************************************************/
 
-#include <QtGui>
+#include <QtWidgets>
 #include "spreadsheet.h"
 #include "spreadsheetdelegate.h"
 #include "spreadsheetitem.h"
index 7179d98..dc07986 100644 (file)
@@ -7,8 +7,9 @@ TARGET =
 DEPENDPATH += .
 INCLUDEPATH += .
 
+QT += widgets
 CONFIG += qt warn_on
-#unix:contains(QT_CONFIG, dbus):QT += dbus
+#unix:contains(QT_CONFIG, dbus):QT += dbus widgets
 
 # Input
 HEADERS += printview.h spreadsheet.h spreadsheetdelegate.h spreadsheetitem.h
index f4aedaa..9628234 100644 (file)
@@ -40,7 +40,7 @@
 ****************************************************************************/
 
 #include "spreadsheetdelegate.h"
-#include <QtGui>
+#include <QtWidgets>
 
 SpreadSheetDelegate::SpreadSheetDelegate(QObject *parent)
         : QItemDelegate(parent) {}
index 13566a7..831b970 100644 (file)
@@ -43,7 +43,7 @@
 #define SPREADSHEETITEM_H
 
 #include <QTableWidgetItem>
-#include <QtGui>
+#include <QtWidgets>
 #include "spreadsheet.h"
 
 class SpreadSheetItem : public QTableWidgetItem
index 479eaaa..b84e3b9 100644 (file)
@@ -42,7 +42,7 @@
 #include "browser.h"
 #include "qsqlconnectiondialog.h"
 
-#include <QtGui>
+#include <QtWidgets>
 #include <QtSql>
 
 Browser::Browser(QWidget *parent)
index 6d213f3..9e6b19b 100644 (file)
@@ -41,7 +41,7 @@
 
 #include "connectionwidget.h"
 
-#include <QtGui>
+#include <QtWidgets>
 #include <QtSql>
 
 ConnectionWidget::ConnectionWidget(QWidget *parent)
index 875dd48..e9f9379 100644 (file)
@@ -42,7 +42,7 @@
 #include "browser.h"
 
 #include <QtCore>
-#include <QtGui>
+#include <QtWidgets>
 #include <QtSql>
 
 void addConnectionsFromCommandline(const QStringList &args, Browser *browser)
index dc62146..b2530b0 100644 (file)
@@ -1,7 +1,7 @@
 TEMPLATE        = app
 TARGET          = sqlbrowser
 
-QT              += sql
+QT              += sql widgets
 
 HEADERS         = browser.h connectionwidget.h qsqlconnectiondialog.h
 SOURCES         = main.cpp browser.cpp connectionwidget.cpp qsqlconnectiondialog.cpp
index 010dd0a..d64ad10 100644 (file)
@@ -58,7 +58,7 @@
 #include "graphicsscene.h"
 
 // Qt
-#include <QtGui/QKeyEventTransition>
+#include <QtWidgets/QKeyEventTransition>
 
 static const int MAX_BOMB = 5;
 
index d01c94f..2b7455c 100644 (file)
 #include <QtCore/QStateMachine>
 #include <QtCore/QFinalState>
 #include <QtCore/QPauseAnimation>
-#include <QtGui/QAction>
+#include <QtWidgets/QAction>
 #include <QtCore/QDir>
-#include <QtGui/QApplication>
-#include <QtGui/QMessageBox>
-#include <QtGui/QGraphicsView>
-#include <QtGui/QGraphicsSceneMouseEvent>
+#include <QtWidgets/QApplication>
+#include <QtWidgets/QMessageBox>
+#include <QtWidgets/QGraphicsView>
+#include <QtWidgets/QGraphicsSceneMouseEvent>
 #include <QtCore/QXmlStreamReader>
 
 GraphicsScene::GraphicsScene(int x, int y, int width, int height, Mode mode)
index 215ee71..002de29 100644 (file)
@@ -43,7 +43,7 @@
 #define __GRAPHICSSCENE__H__
 
 //Qt
-#include <QtGui/QGraphicsScene>
+#include <QtWidgets/QGraphicsScene>
 #include <QtCore/QSet>
 #include <QtCore/QState>
 
index 54f11e6..4da9204 100644 (file)
@@ -39,7 +39,7 @@
 **
 ****************************************************************************/
 
-#include <QtGui>
+#include <QtWidgets>
 
 #include "mainwindow.h"
 
index 532a39a..56311dd 100644 (file)
@@ -43,7 +43,7 @@
 #define __MAINWINDOW__H__
 
 //Qt
-#include <QtGui/QMainWindow>
+#include <QtWidgets/QMainWindow>
 class GraphicsScene;
 QT_BEGIN_NAMESPACE
 class QGraphicsView;
index 8b615e7..1bab23e 100644 (file)
@@ -46,7 +46,7 @@
 #include "graphicsscene.h"
 
 //Qt
-#include <QtGui/QGraphicsObject>
+#include <QtWidgets/QGraphicsObject>
 
 class PixmapItem : public QGraphicsObject
 {
index d4778cb..e1bb1d4 100644 (file)
@@ -43,7 +43,7 @@
 #define PROGRESSITEM_H
 
 //Qt
-#include <QtGui/QGraphicsTextItem>
+#include <QtWidgets/QGraphicsTextItem>
 
 class ProgressItem : public QGraphicsTextItem
 {
index e939641..a54b232 100644 (file)
 #include "textinformationitem.h"
 
 //Qt
-#include <QtGui/QMessageBox>
-#include <QtGui/QGraphicsView>
+#include <QtWidgets/QMessageBox>
+#include <QtWidgets/QGraphicsView>
 #include <QtCore/QStateMachine>
-#include <QtGui/QKeyEventTransition>
+#include <QtWidgets/QKeyEventTransition>
 #include <QtCore/QFinalState>
 
 PlayState::PlayState(GraphicsScene *scene, QState *parent)
index 3a3c516..f85a481 100644 (file)
@@ -46,7 +46,7 @@
 #include <QtCore/QState>
 #include <QtCore/QSignalTransition>
 #include <QtCore/QPropertyAnimation>
-#include <QtGui/QKeyEventTransition>
+#include <QtWidgets/QKeyEventTransition>
 #include <QtCore/QSet>
 
 class GraphicsScene;
index 5575f5e..7b57baf 100644 (file)
@@ -1,4 +1,4 @@
-contains(QT_CONFIG, opengl):QT += opengl
+contains(QT_CONFIG, opengl):QT += opengl widgets
 HEADERS += boat.h \
     bomb.h \
     mainwindow.h \
index 8bdd320..d1b5a5e 100644 (file)
@@ -43,7 +43,7 @@
 #define __SUBMARINE__H__
 
 //Qt
-#include <QtGui/QGraphicsTransform>
+#include <QtWidgets/QGraphicsTransform>
 
 #include "pixmapitem.h"
 
index 59b7c1d..a7bacd1 100644 (file)
@@ -60,7 +60,7 @@
 
 //Qt
 #include <QtCore/QPropertyAnimation>
-#include <QtGui/QGraphicsScene>
+#include <QtWidgets/QGraphicsScene>
 
 //This state is describing when the boat is moving right
 class MovementState : public QAnimationState
index 5a9b52c..db557fd 100644 (file)
@@ -43,7 +43,7 @@
 #define TEXTINFORMATIONITEM_H
 
 //Qt
-#include <QtGui/QGraphicsTextItem>
+#include <QtWidgets/QGraphicsTextItem>
 
 class TextInformationItem : public QGraphicsTextItem
 {
index b37ac30..02561f8 100644 (file)
@@ -20,3 +20,4 @@ sources.path = $$[QT_INSTALL_DEMOS]/qtbase/textedit
 INSTALLS += target sources
 
 symbian: CONFIG += qt_demo
+QT += widgets widgets
index 84f1d7b..89f06bd 100644 (file)
@@ -16,3 +16,4 @@ sources.path = $$[QT_INSTALL_DEMOS]/qtbase/undo
 INSTALLS += target sources
 
 symbian: CONFIG += qt_demo
+QT += widgets