aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/common/common.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/common/common.pri')
-rw-r--r--src/qml/common/common.pri4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qml/common/common.pri b/src/qml/common/common.pri
index b333c0f6d9..0456232162 100644
--- a/src/qml/common/common.pri
+++ b/src/qml/common/common.pri
@@ -24,6 +24,7 @@
}
HEADERS += \
+ $$PWD/qjsnumbercoercion.h \
$$PWD/qqmlapiversion_p.h \
$$PWD/qqmljsdiagnosticmessage_p.h \
$$PWD/qqmljsfixedpoolarray_p.h \
@@ -34,3 +35,6 @@ HEADERS += \
$$PWD/qv4compileddata_p.h \
$$PWD/qv4staticvalue_p.h \
$$PWD/qv4stringtoarrayindex_p.h
+
+SOURCES += \
+ $$PWD/qjsnumbercoercion.cpp