From 8528bd527f91f4717ec502f311e34aa5acbc946e Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 20 Oct 2020 16:01:05 +0200 Subject: qmlcachegen: Move functions to compile QML/JS files to QmlCompiler We need to re-use them. Also, provide a way to insert AOT compiled functions into the C++ code. Change-Id: I7b0d13cb307e8f979745f096a9614f087d135f68 Reviewed-by: Fabian Kosmale --- src/qmlcompiler/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qmlcompiler/CMakeLists.txt') diff --git a/src/qmlcompiler/CMakeLists.txt b/src/qmlcompiler/CMakeLists.txt index 82810165a9..d7eb39ebdb 100644 --- a/src/qmlcompiler/CMakeLists.txt +++ b/src/qmlcompiler/CMakeLists.txt @@ -9,6 +9,7 @@ qt_internal_add_module(QmlCompiler INTERNAL_MODULE SOURCES qdeferredpointer_p.h + qqmljscompiler.cpp qqmljscompiler_p.h qqmljsimporter.cpp qqmljsimporter_p.h qqmljsimportvisitor.cpp qqmljsimportvisitor_p.h qqmljsloadergenerator.cpp qqmljsloadergenerator_p.h -- cgit v1.2.3