forked from qt-creator/qt-creator
Fix build for Qbs and CMake
Amends 6371725dbf.
Change-Id: Idea2196edcfd50341b5dd266e9ea13f35095647e
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -49,5 +49,5 @@ add_qtc_library(qmljs
|
|||||||
qmljstypedescriptionreader.cpp qmljstypedescriptionreader.h
|
qmljstypedescriptionreader.cpp qmljstypedescriptionreader.h
|
||||||
qmljsutils.cpp qmljsutils.h
|
qmljsutils.cpp qmljsutils.h
|
||||||
qmljsvalueowner.cpp qmljsvalueowner.h
|
qmljsvalueowner.cpp qmljsvalueowner.h
|
||||||
qmljsviewercontext.cpp qmljsviewercontext.h
|
qmljsviewercontext.h
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ Project {
|
|||||||
"qmljstypedescriptionreader.cpp", "qmljstypedescriptionreader.h",
|
"qmljstypedescriptionreader.cpp", "qmljstypedescriptionreader.h",
|
||||||
"qmljsutils.cpp", "qmljsutils.h",
|
"qmljsutils.cpp", "qmljsutils.h",
|
||||||
"qmljsvalueowner.cpp", "qmljsvalueowner.h",
|
"qmljsvalueowner.cpp", "qmljsvalueowner.h",
|
||||||
"qmljsviewercontext.cpp", "qmljsviewercontext.h"
|
"qmljsviewercontext.h"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user