Compile fix for Mac OS X 10.7 with 10.6 sdk
Since it is an example it is cleaner to just include the header file as it will be available on other platforms anyway. Also ensured that the Qt includes were first before the system ones. Task-number: QTBUG-22641 Merge-request: 1462 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> (cherry picked from commit 4fffdabc948ff6afc6008d4cb723a6a2e10eef79) Change-Id: I4fffdabc948ff6afc6008d4cb723a6a2e10eef79
This commit is contained in:
parent
5ec3ddc0ec
commit
36ea62e64f
@ -46,10 +46,10 @@
|
||||
|
||||
#include <QBasicTimer>
|
||||
#include <QMouseEvent>
|
||||
#include <QDebug>
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include <QDebug>
|
||||
#include <locale.h>
|
||||
|
||||
MainWidget::MainWidget(QWidget *parent) :
|
||||
QGLWidget(parent),
|
||||
|
Loading…
Reference in New Issue
Block a user