diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-05-27 16:50:20 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-05-27 17:05:48 (GMT) |
commit | a9308e78e9b8aea110316c18489dd222936e13e4 (patch) | |
tree | 8ae6200f70c0afa987e45fc47b9d6f726f6ab8ae /examples/animation | |
parent | 665614ede1de33d5ccfacb81c1463896a99ffd86 (diff) | |
download | Qt-a9308e78e9b8aea110316c18489dd222936e13e4.zip Qt-a9308e78e9b8aea110316c18489dd222936e13e4.tar.gz Qt-a9308e78e9b8aea110316c18489dd222936e13e4.tar.bz2 |
Compile without OpenGL
Reviewed-by: Alexis
Diffstat (limited to 'examples/animation')
-rw-r--r-- | examples/animation/sub-attaq/mainwindow.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/animation/sub-attaq/mainwindow.cpp b/examples/animation/sub-attaq/mainwindow.cpp index a166241..9cf9eb5 100644 --- a/examples/animation/sub-attaq/mainwindow.cpp +++ b/examples/animation/sub-attaq/mainwindow.cpp @@ -43,11 +43,11 @@ #include "mainwindow.h" #include "graphicsscene.h" +//Qt +#include <QtGui/QtGui> #ifndef QT_NO_OPENGL - #include <QtOpenGL/QtOpenGL> +#include <QtOpenGL/QtOpenGL> #endif -//Qt -#include <QtGui/QGraphicsView> MainWindow::MainWindow() : QMainWindow(0) { |