diff options
author | hjk <[email protected]> | 2019-03-07 09:08:40 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2019-03-07 16:06:46 +0000 |
commit | ac1b0facc0dd91c5551c4bd1f36c16fe388aa541 (patch) | |
tree | 71b4cb83bfce2ef64bd12b205f39194e279fb3cd /src/plugins/qmlprojectmanager/qmlprojectmanager.qbs | |
parent | 2f02dcf994d7ef29ba3bbaa97c827db2d7d6bf63 (diff) |
ProjectExplorer: De-virtualize EnvironmentAspect::baseEnvironment
Will help to streamline *EnvironmentAspect constructor signature,
which in turn will help to have a generic cloning mechanism to
clone aspect data, which in turn will help to finally execute on
the idea that RunControls should be re-runnable in their original
setup and also resilient to changes in the setup while they are
running.
Change-Id: Ibdaca487c1f7ce043e675fd014fe923a70273639
Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/plugins/qmlprojectmanager/qmlprojectmanager.qbs')
-rw-r--r-- | src/plugins/qmlprojectmanager/qmlprojectmanager.qbs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmlprojectmanager/qmlprojectmanager.qbs b/src/plugins/qmlprojectmanager/qmlprojectmanager.qbs index 1403127694d..258ef8d754d 100644 --- a/src/plugins/qmlprojectmanager/qmlprojectmanager.qbs +++ b/src/plugins/qmlprojectmanager/qmlprojectmanager.qbs @@ -18,7 +18,6 @@ QtcPlugin { "qmlproject.cpp", "qmlproject.h", "qmlproject.qrc", "qmlprojectconstants.h", - "qmlprojectenvironmentaspect.cpp", "qmlprojectenvironmentaspect.h", "qmlprojectmanager_global.h", "qmlprojectmanagerconstants.h", "qmlprojectnodes.cpp", "qmlprojectnodes.h", |