OSDN Git Service

Remove dead code
authordt <qtc-committer@nokia.com>
Mon, 9 May 2011 10:00:23 +0000 (12:00 +0200)
committerdt <qtc-committer@nokia.com>
Mon, 9 May 2011 10:00:23 +0000 (12:00 +0200)
src/plugins/projectexplorer/projectexplorer.cpp
src/plugins/projectexplorer/projectexplorer.pro
src/plugins/projectexplorer/scriptwrappers.cpp [deleted file]
src/plugins/projectexplorer/scriptwrappers.h [deleted file]

index 75f4a20..d477e38 100644 (file)
@@ -69,7 +69,6 @@
 #include "projectwindow.h"
 #include "removefiledialog.h"
 #include "runsettingspropertiespage.h"
-#include "scriptwrappers.h"
 #include "session.h"
 #include "projectnodes.h"
 #include "sessiondialog.h"
index 60cadb2..9e17181 100644 (file)
@@ -1,10 +1,8 @@
 TEMPLATE = lib
 TARGET = ProjectExplorer
-QT += script \
-    network
+QT += network
 include(../../qtcreatorplugin.pri)
 include(projectexplorer_dependencies.pri)
-include(../../shared/scriptwrapper/scriptwrapper.pri)
 include(../../libs/utils/utils.pri)
 include(customwizard/customwizard.pri)
 INCLUDEPATH += $$PWD/../../libs/utils
@@ -43,7 +41,6 @@ HEADERS += projectexplorer.h \
     pluginfilefactory.h \
     iprojectmanager.h \
     currentprojectfilter.h \
-    scriptwrappers.h \
     allprojectsfind.h \
     buildstep.h \
     buildconfiguration.h \
@@ -130,7 +127,6 @@ SOURCES += projectexplorer.cpp \
     dependenciespanel.cpp \
     allprojectsfilter.cpp \
     currentprojectfilter.cpp \
-    scriptwrappers.cpp \
     allprojectsfind.cpp \
     project.cpp \
     pluginfilefactory.cpp \
diff --git a/src/plugins/projectexplorer/scriptwrappers.cpp b/src/plugins/projectexplorer/scriptwrappers.cpp
deleted file mode 100644 (file)
index d4eb6ae..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/**************************************************************************
-**
-** This file is part of Qt Creator
-**
-** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
-**
-** Contact: Nokia Corporation (info@qt.nokia.com)
-**
-**
-** GNU Lesser General Public License Usage
-**
-** This file may be used under the terms of the GNU Lesser General Public
-** License version 2.1 as published by the Free Software Foundation and
-** appearing in the file LICENSE.LGPL included in the packaging of this file.
-** Please review the following information to ensure the GNU Lesser General
-** Public License version 2.1 requirements will be met:
-** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
-**
-** In addition, as a special exception, Nokia gives you certain additional
-** rights. These rights are described in the Nokia Qt LGPL Exception
-** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
-**
-** Other Usage
-**
-** Alternatively, this file may be used in accordance with the terms and
-** conditions contained in a signed written agreement between you and Nokia.
-**
-** If you have questions regarding the use of this file, please contact
-** Nokia at info@qt.nokia.com.
-**
-**************************************************************************/
-
-#include "scriptwrappers.h"
-
diff --git a/src/plugins/projectexplorer/scriptwrappers.h b/src/plugins/projectexplorer/scriptwrappers.h
deleted file mode 100644 (file)
index 49c453a..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/**************************************************************************
-**
-** This file is part of Qt Creator
-**
-** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
-**
-** Contact: Nokia Corporation (info@qt.nokia.com)
-**
-**
-** GNU Lesser General Public License Usage
-**
-** This file may be used under the terms of the GNU Lesser General Public
-** License version 2.1 as published by the Free Software Foundation and
-** appearing in the file LICENSE.LGPL included in the packaging of this file.
-** Please review the following information to ensure the GNU Lesser General
-** Public License version 2.1 requirements will be met:
-** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
-**
-** In addition, as a special exception, Nokia gives you certain additional
-** rights. These rights are described in the Nokia Qt LGPL Exception
-** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
-**
-** Other Usage
-**
-** Alternatively, this file may be used in accordance with the terms and
-** conditions contained in a signed written agreement between you and Nokia.
-**
-** If you have questions regarding the use of this file, please contact
-** Nokia at info@qt.nokia.com.
-**
-**************************************************************************/
-
-#ifndef PROJECTEXPLORER_SCRIPT_WRAPPER_H
-#define PROJECTEXPLORER_SCRIPT_WRAPPER_H
-
-#endif