From 5e6b2bf68b2338ad9424b48193b860a70addd022 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Mon, 14 Jan 2013 18:12:50 +0100 Subject: Add QQmlPlatform (exposed as Qt.platform) Change-Id: If34603fd8fbd907bc063b52ea31848eabdb49f61 Reviewed-by: Gabriel de Dietrich Reviewed-by: Alan Alpert --- src/qml/qml/qml.pri | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/qml/qml/qml.pri') diff --git a/src/qml/qml/qml.pri b/src/qml/qml/qml.pri index 87fe47750f..53094db59d 100644 --- a/src/qml/qml/qml.pri +++ b/src/qml/qml/qml.pri @@ -55,7 +55,8 @@ SOURCES += \ $$PWD/qqmlmemoryprofiler.cpp \ $$PWD/qqmlconnections.cpp \ $$PWD/qqmltimer.cpp \ - $$PWD/qqmlbind.cpp + $$PWD/qqmlbind.cpp \ + $$PWD/qqmlplatform.cpp HEADERS += \ $$PWD/qqmlglobal_p.h \ @@ -131,7 +132,8 @@ HEADERS += \ $$PWD/qqmlmemoryprofiler_p.h \ $$PWD/qqmlconnections_p.h \ $$PWD/qqmltimer_p.h \ - $$PWD/qqmlbind_p.h + $$PWD/qqmlbind_p.h \ + $$PWD/qqmlplatform_p.h include(parser/parser.pri) -- cgit v1.2.3