aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/declarative.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-08-30 16:48:57 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-09-01 13:27:55 +0200
commite4ba808305952dd313b495f20300ec6e2c3801ac (patch)
tree7b2315bc8504cfbbd81cbe69773b4b1d67507c65 /src/declarative/declarative.pro
parent565a7827bb2a7c7af23eade8f3c8809c72f81251 (diff)
Use QMouseEvent instead of QGraphicsSceneMouseEvent
QMouseEvent now supports floating point coordinates, and the graphics scene event is not be available in QtGui anymore. Change-Id: I28ab428a2d00fc1deef55b05c1c545e74838e105 Reviewed-on: http://codereview.qt.nokia.com/3991 Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
Diffstat (limited to 'src/declarative/declarative.pro')
-rw-r--r--src/declarative/declarative.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/declarative.pro b/src/declarative/declarative.pro
index d0a3f01148..78717c9254 100644
--- a/src/declarative/declarative.pro
+++ b/src/declarative/declarative.pro
@@ -8,7 +8,7 @@ MODULE_PRI += ../../modules/qt_declarative.pri
QT = core-private gui gui-private network widgets-private sql v8-private
-DEFINES += QT_BUILD_DECLARATIVE_LIB QT_NO_URL_CAST_FROM_STRING
+DEFINES += QT_BUILD_DECLARATIVE_LIB QT_NO_URL_CAST_FROM_STRING QT_NO_INTEGER_EVENT_COORDINATES
win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x66000000
solaris-cc*:QMAKE_CXXFLAGS_RELEASE -= -O2