forked from qt-creator/qt-creator
QmlProject: Split RunConfiguration, ..Widget into two classes
This commit is contained in:
@@ -20,7 +20,8 @@ HEADERS += qmlproject.h \
|
||||
qmlprojectapplicationwizard.h \
|
||||
qmlprojectmanager_global.h \
|
||||
qmlprojectmanagerconstants.h \
|
||||
qmlprojecttarget.h
|
||||
qmlprojecttarget.h \
|
||||
qmlprojectrunconfigurationwidget.h
|
||||
|
||||
SOURCES += qmlproject.cpp \
|
||||
qmlprojectplugin.cpp \
|
||||
@@ -31,7 +32,8 @@ SOURCES += qmlproject.cpp \
|
||||
qmlprojectrunconfiguration.cpp \
|
||||
qmlprojectrunconfigurationfactory.cpp \
|
||||
qmlprojectapplicationwizard.cpp \
|
||||
qmlprojecttarget.cpp
|
||||
qmlprojecttarget.cpp \
|
||||
qmlprojectrunconfigurationwidget.cpp
|
||||
|
||||
RESOURCES += qmlproject.qrc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user