forked from qt-creator/qt-creator
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:
@@ -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)
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user