QmlJS: Fix Qbs/CMake build

Change-Id: I27b4e2024ad1cddafea7ca7be5eb3055d34bf297
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Orgad Shaneh
2020-03-03 18:59:16 +02:00
committed by Orgad Shaneh
parent e935291c85
commit 989eb36012
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ add_qtc_library(QmlJS
parser/qmljslexer.cpp parser/qmljslexer_p.h
parser/qmljsmemorypool_p.h
parser/qmljsparser.cpp parser/qmljsparser_p.h
parser/qmljssourcelocation.cpp parser/qmljssourcelocation_p.h
parser/qmljssourcelocation_p.h
persistenttrie.cpp persistenttrie.h
qmljs_global.h
qmljsbind.cpp qmljsbind.h

View File

@@ -72,7 +72,7 @@ Project {
"qmljslexer.cpp", "qmljslexer_p.h",
"qmljsmemorypool_p.h",
"qmljsparser.cpp", "qmljsparser_p.h",
"qmljssourcelocation.cpp", "qmljssourcelocation_p.h",
"qmljssourcelocation_p.h",
]
}