QmlJS: Allow setting import paths in Qt4Projects using QML_IMPORT_PATH.

Introduced new Creator-specific qmake variable QML_IMPORT_PATH that
lists the import paths required by the QmlJS engine.

Done-with: Alessandro Portale
This commit is contained in:
Christian Kamm
2010-09-21 14:28:55 +02:00
parent 59c58a0c27
commit 427f775489
6 changed files with 41 additions and 5 deletions

View File

@@ -94,7 +94,8 @@ enum Qt4Variable {
PkgConfigVar,
PrecompiledHeaderVar,
LibDirectoriesVar,
ConfigVar
ConfigVar,
QmlImportPathVar
};
class Qt4PriFileNode;