aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qml.pri
diff options
context:
space:
mode:
authorTasuku Suzuki <stasuku@gmail.com>2012-11-25 04:36:33 +0900
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-29 17:48:46 +0100
commite0cb13a510c0099784fee00d5b4b7c608dd42dd2 (patch)
tree8d61daaaa70df2fa7b26a0c989d748fc3718e15f /src/qml/qml/qml.pri
parent55f6a109e99ea2eb3359fa941a1826d4b4e11bf8 (diff)
Move no-Gui related QML types from QtQuick into QtQml
Task-number: QTBUG-26340 Change-Id: I9049128db2598bf3c7a9d677b774eaae53b54eb5 Reviewed-by: Alan Alpert <aalpert@rim.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
Diffstat (limited to 'src/qml/qml/qml.pri')
-rw-r--r--src/qml/qml/qml.pri11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/qml/qml/qml.pri b/src/qml/qml/qml.pri
index e7286c25fb..20b46f0939 100644
--- a/src/qml/qml/qml.pri
+++ b/src/qml/qml/qml.pri
@@ -52,7 +52,10 @@ SOURCES += \
$$PWD/qqmlglobal.cpp \
$$PWD/qqmlfile.cpp \
$$PWD/qqmlbundle.cpp \
- $$PWD/qqmlmemoryprofiler.cpp
+ $$PWD/qqmlmemoryprofiler.cpp \
+ $$PWD/qqmlconnections.cpp \
+ $$PWD/qqmltimer.cpp \
+ $$PWD/qqmlbind.cpp
HEADERS += \
$$PWD/qqmlglobal_p.h \
@@ -125,7 +128,11 @@ HEADERS += \
$$PWD/qqmlvaluetypeproxybinding_p.h \
$$PWD/qqmlfile.h \
$$PWD/qqmlbundle_p.h \
- $$PWD/qqmlmemoryprofiler_p.h
+ $$PWD/qqmlmemoryprofiler_p.h \
+ $$PWD/qqmlconnections_p.h \
+ $$PWD/qqmltimer_p.h \
+ $$PWD/qqmlbind_p.h
+
include(parser/parser.pri)
include(rewriter/rewriter.pri)