aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-07-03 17:00:18 +0200
committerhjk <hjk121@nokiamail.com>2014-07-03 17:29:49 +0200
commitd553222b252545c4f90ea33396485cf388db63dd (patch)
tree1907fad213ade94e667b0d6e753da4e7ebd2cc32
parentee36b049634d7bf21650153960e85d3e76a6d29a (diff)
Remove the find and locator plugin stubs.
Change-Id: I3559d8d5b86dcd0b97b765564bc48dc1b4e60e19 Reviewed-by: hjk <hjk121@nokiamail.com>
-rw-r--r--src/plugins/find/Find.pluginspec.in16
-rw-r--r--src/plugins/find/find.pro3
-rw-r--r--src/plugins/find/find.qbs11
-rw-r--r--src/plugins/find/find_dependencies.pri3
-rw-r--r--src/plugins/find/findplugin.cpp2
-rw-r--r--src/plugins/locator/Locator.pluginspec.in16
-rw-r--r--src/plugins/locator/locator.pro4
-rw-r--r--src/plugins/locator/locator.qbs11
-rw-r--r--src/plugins/locator/locator_dependencies.pri2
-rw-r--r--src/plugins/locator/locatorplugin.cpp2
-rw-r--r--src/plugins/plugins.pro2
11 files changed, 0 insertions, 72 deletions
diff --git a/src/plugins/find/Find.pluginspec.in b/src/plugins/find/Find.pluginspec.in
deleted file mode 100644
index 8af87eb2e5..0000000000
--- a/src/plugins/find/Find.pluginspec.in
+++ /dev/null
@@ -1,16 +0,0 @@
-<plugin name=\"Find\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_COMPAT_VERSION\" disabledByDefault=\"true\">
- <vendor>Digia Plc</vendor>
- <copyright>(C) 2014 Digia Plc</copyright>
- <license>
-Commercial Usage
-
-Licensees holding valid Qt Commercial licenses may use this plugin in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Digia.
-
-GNU Lesser General Public License Usage
-
-Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. 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.
- </license>
- <category>Qt Creator</category>
- <description>Provides the find widget and the hooks for find implementations.</description>
- <url>http://www.qt-project.org</url>
-</plugin>
diff --git a/src/plugins/find/find.pro b/src/plugins/find/find.pro
deleted file mode 100644
index a7d911be0d..0000000000
--- a/src/plugins/find/find.pro
+++ /dev/null
@@ -1,3 +0,0 @@
-include(../../qtcreatorplugin.pri)
-DEFINES += FIND_LIBRARY
-SOURCES += findplugin.cpp
diff --git a/src/plugins/find/find.qbs b/src/plugins/find/find.qbs
deleted file mode 100644
index 8e28788ff2..0000000000
--- a/src/plugins/find/find.qbs
+++ /dev/null
@@ -1,11 +0,0 @@
-import qbs 1.0
-
-import QtcPlugin
-
-QtcPlugin {
- name: "Find"
-
- Depends { name: "Core" }
-
- files: [ "findplugin.cpp" ]
-}
diff --git a/src/plugins/find/find_dependencies.pri b/src/plugins/find/find_dependencies.pri
deleted file mode 100644
index 39a0b86f75..0000000000
--- a/src/plugins/find/find_dependencies.pri
+++ /dev/null
@@ -1,3 +0,0 @@
-QTC_PLUGIN_NAME = Find
-QTC_LIB_DEPENDS +=
-QTC_PLUGIN_DEPENDS +=
diff --git a/src/plugins/find/findplugin.cpp b/src/plugins/find/findplugin.cpp
deleted file mode 100644
index a4428b657f..0000000000
--- a/src/plugins/find/findplugin.cpp
+++ /dev/null
@@ -1,2 +0,0 @@
-
-void dummyFindPlugin () {}
diff --git a/src/plugins/locator/Locator.pluginspec.in b/src/plugins/locator/Locator.pluginspec.in
deleted file mode 100644
index a67f7977e9..0000000000
--- a/src/plugins/locator/Locator.pluginspec.in
+++ /dev/null
@@ -1,16 +0,0 @@
-<plugin name=\"Locator\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_COMPAT_VERSION\" disabledByDefault=\"true\">
- <vendor>Digia Plc</vendor>
- <copyright>(C) 2014 Digia Plc</copyright>
- <license>
-Commercial Usage
-
-Licensees holding valid Qt Commercial licenses may use this plugin in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Digia.
-
-GNU Lesser General Public License Usage
-
-Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. 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.
- </license>
- <category>Qt Creator</category>
- <description>Provides the Locator widget and the hooks for Locator filter implementations.</description>
- <url>http://www.qt-project.org</url>
-</plugin>
diff --git a/src/plugins/locator/locator.pro b/src/plugins/locator/locator.pro
deleted file mode 100644
index a293b5ae63..0000000000
--- a/src/plugins/locator/locator.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-DEFINES += LOCATOR_LIBRARY
-include(../../qtcreatorplugin.pri)
-
-SOURCES += locatorplugin.cpp
diff --git a/src/plugins/locator/locator.qbs b/src/plugins/locator/locator.qbs
deleted file mode 100644
index 0c52b46eed..0000000000
--- a/src/plugins/locator/locator.qbs
+++ /dev/null
@@ -1,11 +0,0 @@
-import qbs 1.0
-import qbs.FileInfo
-
-import QtcPlugin
-
-QtcPlugin {
- name: "Locator"
- Depends { name: "Core" }
-
- files: [ "locatorplugin.cpp" ]
-}
diff --git a/src/plugins/locator/locator_dependencies.pri b/src/plugins/locator/locator_dependencies.pri
deleted file mode 100644
index bb53d18702..0000000000
--- a/src/plugins/locator/locator_dependencies.pri
+++ /dev/null
@@ -1,2 +0,0 @@
-QTC_PLUGIN_NAME = Locator
-QTC_PLUGIN_DEPENDS +=
diff --git a/src/plugins/locator/locatorplugin.cpp b/src/plugins/locator/locatorplugin.cpp
deleted file mode 100644
index 802cedd7c5..0000000000
--- a/src/plugins/locator/locatorplugin.cpp
+++ /dev/null
@@ -1,2 +0,0 @@
-
-void dummyLocatorPlugin () {}
diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro
index a8d0d6c880..38173f736a 100644
--- a/src/plugins/plugins.pro
+++ b/src/plugins/plugins.pro
@@ -4,7 +4,6 @@ TEMPLATE = subdirs
SUBDIRS = \
coreplugin \
- find \
texteditor \
cppeditor \
bineditor \
@@ -20,7 +19,6 @@ SUBDIRS = \
cpptools \
qtsupport \
qmakeprojectmanager \
- locator \
debugger \
help \
cpaster \