Fix build for Qbs and CMake

Amends 6371725dbf.

Change-Id: Idea2196edcfd50341b5dd266e9ea13f35095647e
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2019-10-23 13:04:09 +02:00
parent 6371725dbf
commit 1d2c249be6
2 changed files with 2 additions and 2 deletions

View File

@@ -49,5 +49,5 @@ add_qtc_library(qmljs
qmljstypedescriptionreader.cpp qmljstypedescriptionreader.h
qmljsutils.cpp qmljsutils.h
qmljsvalueowner.cpp qmljsvalueowner.h
qmljsviewercontext.cpp qmljsviewercontext.h
qmljsviewercontext.h
)

View File

@@ -53,7 +53,7 @@ Project {
"qmljstypedescriptionreader.cpp", "qmljstypedescriptionreader.h",
"qmljsutils.cpp", "qmljsutils.h",
"qmljsvalueowner.cpp", "qmljsvalueowner.h",
"qmljsviewercontext.cpp", "qmljsviewercontext.h"
"qmljsviewercontext.h"
]
}