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:
Kai Koehne
2012-04-12 15:51:56 +02:00
parent ae394dfb20
commit 04ef376637
13 changed files with 392 additions and 286 deletions

View File

@@ -54,7 +54,9 @@ QtcPlugin {
"qmljstoolssettings.cpp",
"qmljstoolssettings.h",
"qmljscodestylepreferencesfactory.cpp",
"qmljscodestylepreferencesfactory.h"
"qmljscodestylepreferencesfactory.h",
"qmljssemanticinfo.cpp",
"qmljssemanticinfo.h"
]
ProductModule {