From 80752fe09f45f289b62e64bcff5cbb9af120ed88 Mon Sep 17 00:00:00 2001
From: hjk <qtc-committer@nokia.com>
Date: Tue, 2 Aug 2011 16:36:40 +0200
Subject: [PATCH] projectexplorer: remove unneeded qtnetwork dependency

Change-Id: I8fcd342a2d69bf7dc91b9703d8a90c9942c7cb10
Reviewed-on: http://codereview.qt.nokia.com/2519
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
---
 src/plugins/projectexplorer/projectexplorer.pro  | 1 -
 src/plugins/projectexplorer/userfileaccessor.cpp | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/plugins/projectexplorer/projectexplorer.pro b/src/plugins/projectexplorer/projectexplorer.pro
index 2f1c57ce920..e8f612281ec 100644
--- a/src/plugins/projectexplorer/projectexplorer.pro
+++ b/src/plugins/projectexplorer/projectexplorer.pro
@@ -2,7 +2,6 @@ TEMPLATE = lib
 TARGET = ProjectExplorer
 QT += xml \
     script \
-    network \
     declarative
 include(../../qtcreatorplugin.pri)
 include(projectexplorer_dependencies.pri)
diff --git a/src/plugins/projectexplorer/userfileaccessor.cpp b/src/plugins/projectexplorer/userfileaccessor.cpp
index 6ccd49358f3..52a647f2c20 100644
--- a/src/plugins/projectexplorer/userfileaccessor.cpp
+++ b/src/plugins/projectexplorer/userfileaccessor.cpp
@@ -49,7 +49,6 @@
 #include <QtGui/QMainWindow>
 #include <QtCore/QFile>
 #include <QtGui/QMessageBox>
-#include <QtNetwork/QHostInfo>
 
 using namespace ProjectExplorer;
 
-- 
GitLab