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>
This commit is contained in:
hjk
2011-08-02 16:36:40 +02:00
committed by Eike Ziller
parent 00be04e1ea
commit 80752fe09f
2 changed files with 0 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ TEMPLATE = lib
TARGET = ProjectExplorer TARGET = ProjectExplorer
QT += xml \ QT += xml \
script \ script \
network \
declarative declarative
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)
include(projectexplorer_dependencies.pri) include(projectexplorer_dependencies.pri)

View File

@@ -49,7 +49,6 @@
#include <QtGui/QMainWindow> #include <QtGui/QMainWindow>
#include <QtCore/QFile> #include <QtCore/QFile>
#include <QtGui/QMessageBox> #include <QtGui/QMessageBox>
#include <QtNetwork/QHostInfo>
using namespace ProjectExplorer; using namespace ProjectExplorer;