aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtprojectlib/QtProjectLib.csproj
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2016-08-17 11:50:57 +0200
committerKarsten Heimrich <karsten.heimrich@qt.io>2016-08-18 11:03:17 +0000
commit4f9f83958966a1c1cc6249ebb1e3592a4e7894c4 (patch)
tree06228b8a47ad84c1de19534a2b25f6af070fe86d /src/qtprojectlib/QtProjectLib.csproj
parentf5cd5690894ef17bb55b76a94013c39ad47cc699 (diff)
Remove QProcess, move StartExternalQtApplication into Translation
Translation is the only user of the functionality, it does not make sense to spread the code over several files/places. Also non of the implementation provided by the QProcess class is used, get rid of it. Change-Id: I812668b9b178b83cfe6bfa354392dea76da104b7 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/qtprojectlib/QtProjectLib.csproj')
-rw-r--r--src/qtprojectlib/QtProjectLib.csproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qtprojectlib/QtProjectLib.csproj b/src/qtprojectlib/QtProjectLib.csproj
index 60f6d4e8..e746cbb8 100644
--- a/src/qtprojectlib/QtProjectLib.csproj
+++ b/src/qtprojectlib/QtProjectLib.csproj
@@ -57,9 +57,6 @@
<Compile Include="QMakeProcess.cs">
<SubType>Form</SubType>
</Compile>
- <Compile Include="QProcess.cs">
- <SubType>Component</SubType>
- </Compile>
<Compile Include="QrcParser.cs" />
<Compile Include="QtConfig.cs" />
<Compile Include="QtModules.cs" />