Specialize environmentaspect for qml projects

... and attach that to qml project runconfigurations

Change-Id: I841b72cc279495ee8f3ff31af59bf006f13a1056
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Tobias Hunger
2013-01-29 17:42:13 +01:00
parent 8df9ed5b76
commit 6d165c500a
6 changed files with 139 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ include(fileformat/fileformat.pri)
DEFINES += QMLPROJECTMANAGER_LIBRARY
HEADERS += qmlproject.h \
qmlprojectenvironmentaspect.h \
qmlprojectplugin.h \
qmlprojectmanager.h \
qmlprojectconstants.h \
@@ -20,6 +21,7 @@ HEADERS += qmlproject.h \
qmlapplicationwizard.h
SOURCES += qmlproject.cpp \
qmlprojectenvironmentaspect.cpp \
qmlprojectplugin.cpp \
qmlprojectmanager.cpp \
qmlprojectnodes.cpp \