aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qml.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qml.pri')
-rw-r--r--src/declarative/qml/qml.pri3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/qml/qml.pri b/src/declarative/qml/qml.pri
index 61e3aa3ab9..608b212915 100644
--- a/src/declarative/qml/qml.pri
+++ b/src/declarative/qml/qml.pri
@@ -7,6 +7,7 @@ SOURCES += \
$$PWD/qdeclarativebinding.cpp \
$$PWD/qdeclarativeproperty.cpp \
$$PWD/qdeclarativecomponent.cpp \
+ $$PWD/qdeclarativeincubator.cpp \
$$PWD/qdeclarativecontext.cpp \
$$PWD/qdeclarativecustomparser.cpp \
$$PWD/qdeclarativepropertyvaluesource.cpp \
@@ -54,6 +55,8 @@ HEADERS += \
$$PWD/qdeclarativeproperty.h \
$$PWD/qdeclarativecomponent.h \
$$PWD/qdeclarativecomponent_p.h \
+ $$PWD/qdeclarativeincubator.h \
+ $$PWD/qdeclarativeincubator_p.h \
$$PWD/qdeclarativecustomparser_p.h \
$$PWD/qdeclarativecustomparser_p_p.h \
$$PWD/qdeclarativepropertyvaluesource.h \