forked from qt-creator/qt-creator
QmlJS: Move SemanticInfo from qmljseditor to qmljstools
This will allow us to remove the qmljsinspector->qmljseditor dependency. Change-Id: I234cf8645edb614e8b1f559a0f9bb6d43e2254c3 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
This commit is contained in:
@@ -54,7 +54,9 @@ QtcPlugin {
|
||||
"qmljstoolssettings.cpp",
|
||||
"qmljstoolssettings.h",
|
||||
"qmljscodestylepreferencesfactory.cpp",
|
||||
"qmljscodestylepreferencesfactory.h"
|
||||
"qmljscodestylepreferencesfactory.h",
|
||||
"qmljssemanticinfo.cpp",
|
||||
"qmljssemanticinfo.h"
|
||||
]
|
||||
|
||||
ProductModule {
|
||||
|
||||
Reference in New Issue
Block a user