aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qml.pri
diff options
context:
space:
mode:
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)