From 31ee1bc904e4fc565f7198b47fcf7305e4f4d5d7 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Wed, 10 Jun 2020 16:25:16 +0200 Subject: Deduplicate the import resolution algorithm We will need it in various other places, too. Change-Id: I61c55f88b66ab85448ae8fff125fe34108532fc4 Reviewed-by: Fabian Kosmale --- src/qml/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qml/CMakeLists.txt') diff --git a/src/qml/CMakeLists.txt b/src/qml/CMakeLists.txt index 9729702290..0195d9f571 100644 --- a/src/qml/CMakeLists.txt +++ b/src/qml/CMakeLists.txt @@ -272,6 +272,7 @@ qt_add_module(Qml qml/v8/qv4domerrors.cpp qml/v8/qv4domerrors_p.h qml/v8/qv4sqlerrors.cpp qml/v8/qv4sqlerrors_p.h qmldirparser/qqmldirparser.cpp qmldirparser/qqmldirparser_p.h + qmldirparser/qqmlimportresolver.cpp qmldirparser/qqmlimportresolver_p.h qtqmlcompilerglobal.h qtqmlcompilerglobal_p.h qtqmlglobal.h qtqmlglobal_p.h types/qqmlbind.cpp types/qqmlbind_p.h -- cgit v1.2.3