summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectexplorer.qbs
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-05-09 09:48:23 +0200
committerEike Ziller <eike.ziller@qt.io>2018-05-16 12:04:40 +0000
commit0db5f13dd1cb38e8556b054accc4356f87ecd795 (patch)
tree4e4171fdb7850c4b43ed628e0b86d959c1169ed2 /src/plugins/projectexplorer/projectexplorer.qbs
parent01dd22dc08e8169f60df32f4618a5e2dabaea177 (diff)
downloadqt-creator-0db5f13dd1cb38e8556b054accc4356f87ecd795.tar.gz
Move generic make step to project explorer
As a first step of creating a generic base for the 3 existing implementations. Change-Id: I2456db74cb635316f97a247e2a2b6bdb34931440 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/projectexplorer.qbs')
-rw-r--r--src/plugins/projectexplorer/projectexplorer.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/projectexplorer.qbs b/src/plugins/projectexplorer/projectexplorer.qbs
index 05cda1d80a..3ecbede885 100644
--- a/src/plugins/projectexplorer/projectexplorer.qbs
+++ b/src/plugins/projectexplorer/projectexplorer.qbs
@@ -87,6 +87,7 @@ Project {
"ldparser.cpp", "ldparser.h",
"linuxiccparser.cpp", "linuxiccparser.h",
"localenvironmentaspect.cpp", "localenvironmentaspect.h",
+ "makestep.cpp", "makestep.h",
"miniprojecttargetselector.cpp", "miniprojecttargetselector.h",
"msvcparser.cpp", "msvcparser.h",
"namedwidget.cpp", "namedwidget.h",