forked from qt-creator/qt-creator
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:
@@ -94,7 +94,8 @@ enum Qt4Variable {
|
||||
PkgConfigVar,
|
||||
PrecompiledHeaderVar,
|
||||
LibDirectoriesVar,
|
||||
ConfigVar
|
||||
ConfigVar,
|
||||
QmlImportPathVar
|
||||
};
|
||||
|
||||
class Qt4PriFileNode;
|
||||
|
||||
Reference in New Issue
Block a user