diff options
author | Eike Ziller <eike.ziller@digia.com> | 2014-07-03 17:00:18 +0200 |
---|---|---|
committer | hjk <hjk121@nokiamail.com> | 2014-07-03 17:29:49 +0200 |
commit | d553222b252545c4f90ea33396485cf388db63dd (patch) | |
tree | 1907fad213ade94e667b0d6e753da4e7ebd2cc32 /src/plugins/find | |
parent | ee36b049634d7bf21650153960e85d3e76a6d29a (diff) | |
download | qt-creator-d553222b252545c4f90ea33396485cf388db63dd.tar.gz |
Remove the find and locator plugin stubs.
Change-Id: I3559d8d5b86dcd0b97b765564bc48dc1b4e60e19
Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/find')
-rw-r--r-- | src/plugins/find/Find.pluginspec.in | 16 | ||||
-rw-r--r-- | src/plugins/find/find.pro | 3 | ||||
-rw-r--r-- | src/plugins/find/find.qbs | 11 | ||||
-rw-r--r-- | src/plugins/find/find_dependencies.pri | 3 | ||||
-rw-r--r-- | src/plugins/find/findplugin.cpp | 2 |
5 files changed, 0 insertions, 35 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 () {} |