Skip to content
Snippets Groups Projects
Commit dd6f9b06 authored by con's avatar con
Browse files

Ship some example external tools.

parent 77fba320
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** Commercial Usage
**
** Licensees holding valid Qt Commercial licenses may use this file 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 Nokia.
**
** GNU Lesser General Public License Usage
**
** Alternatively, 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.
**
** If you are unsure which license is appropriate for your use, please
** contact the sales department at http://qt.nokia.com/contact.
**
**************************************************************************/
-->
<externaltool>
<description>Creates qm translation files that can be used by an application from the translator's ts files</description>
<description xml:lang="de">Erstellt die von Anwendungen nutzbaren qm-Dateien aus ts-Dateien von Übersetzern</description>
<displayname>Release translations (lrelease)</displayname>
<displayname xml:lang="de">Übersetzungen veröffentlichen (lrelease)</displayname>
<category>Linguist</category>
<category xml:lang="de">Linguist</category>
<order>2</order>
<executable>
<path>%{QT_INSTALL_BINS}/lrelease</path>
<path>lrelease</path>
<arguments>%{CurrentProjectFilePath}</arguments>
<workingdirectory>%{CurrentProjectPath}</workingdirectory>
</executable>
</externaltool>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** Commercial Usage
**
** Licensees holding valid Qt Commercial licenses may use this file 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 Nokia.
**
** GNU Lesser General Public License Usage
**
** Alternatively, 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.
**
** If you are unsure which license is appropriate for your use, please
** contact the sales department at http://qt.nokia.com/contact.
**
**************************************************************************/
-->
<externaltool>
<description>Synchronizes translator's ts files with the program code</description>
<description xml:lang="de">Synchronisiert die ts-Übersetzungsdateien mit dem Programmcode</description>
<displayname>Update translations (lupdate)</displayname>
<displayname xml:lang="de">Übersetzungen aktualisieren (lupdate)</displayname>
<category>Linguist</category>
<category xml:lang="de">Linguist</category>
<order>1</order>
<executable>
<path>%{QT_INSTALL_BINS}/lupdate</path>
<path>lupdate</path>
<arguments>%{CurrentProjectFilePath}</arguments>
<workingdirectory>%{CurrentProjectPath}</workingdirectory>
</executable>
</externaltool>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** Commercial Usage
**
** Licensees holding valid Qt Commercial licenses may use this file 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 Nokia.
**
** GNU Lesser General Public License Usage
**
** Alternatively, 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.
**
** If you are unsure which license is appropriate for your use, please
** contact the sales department at http://qt.nokia.com/contact.
**
**************************************************************************/
-->
<externaltool>
<description>Sorts the selected text</description>
<description xml:lang="de">Sortiert den ausgewählten Text</description>
<displayname>Sort</displayname>
<displayname xml:lang="de">Sortieren</displayname>
<category>Text</category>
<category xml:lang="de">Text</category>
<executable output="replaceselection">
<path>sort</path>
<arguments>%{CurrentSelectionFilePath}</arguments>
<workingdirectory>%{CurrentPath}</workingdirectory>
</executable>
</externaltool>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** Commercial Usage
**
** Licensees holding valid Qt Commercial licenses may use this file 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 Nokia.
**
** GNU Lesser General Public License Usage
**
** Alternatively, 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.
**
** If you are unsure which license is appropriate for your use, please
** contact the sales department at http://qt.nokia.com/contact.
**
**************************************************************************/
-->
<externaltool>
<description>Opens the current file in vi</description>
<description xml:lang="de">Öffnet die aktuelle Datei in vi</description>
<displayname>Edit with vi</displayname>
<displayname xml:lang="de">In vi öffnen</displayname>
<category>Text</category>
<category xml:lang="de">Text</category>
<executable output="reloaddocument">
<path>xterm</path>
<arguments>-geom %{EditorCharWidth}x%{EditorCharHeight}+%{EditorXPos}+%{EditorYPos} -e vi %{CurrentFilePath} +%{EditorLine} +"normal %{EditorColumn}|"</arguments>
<workingdirectory>%{CurrentPath}</workingdirectory>
</executable>
</externaltool>
...@@ -39,6 +39,16 @@ DATA_DIRS = \ ...@@ -39,6 +39,16 @@ DATA_DIRS = \
generic-highlighter \ generic-highlighter \
glsl glsl
DATA_FILES = \
externaltools/lrelease.xml \
externaltools/lupdate.xml
unix:DATA_FILES += externaltools/sort.xml
linux-*:DATA_FILES += externaltools/vi.xml
macx:DATA_FILES += runInTerminal.command
win32:DATA_FILES ~= s|\\\\|/|g
OTHER_FILES += $$DATA_FILES
!isEmpty(copydata) { !isEmpty(copydata) {
for(data_dir, DATA_DIRS) { for(data_dir, DATA_DIRS) {
...@@ -46,6 +56,7 @@ DATA_DIRS = \ ...@@ -46,6 +56,7 @@ DATA_DIRS = \
win32:files ~= s|\\\\|/|g win32:files ~= s|\\\\|/|g
for(file, files):!exists($$file/*):FILES += $$file for(file, files):!exists($$file/*):FILES += $$file
} }
for(file, DATA_FILES):FILES += $$PWD/$$file
macx:OTHER_FILES += $$FILES macx:OTHER_FILES += $$FILES
copy2build.input = FILES copy2build.input = FILES
...@@ -56,15 +67,6 @@ DATA_DIRS = \ ...@@ -56,15 +67,6 @@ DATA_DIRS = \
copy2build.name = COPY ${QMAKE_FILE_IN} copy2build.name = COPY ${QMAKE_FILE_IN}
copy2build.CONFIG += no_link copy2build.CONFIG += no_link
QMAKE_EXTRA_COMPILERS += copy2build QMAKE_EXTRA_COMPILERS += copy2build
macx {
run_in_term.target = $$IDE_DATA_PATH/runInTerminal.command
run_in_term.depends = $$PWD/runInTerminal.command
run_in_term.commands = $$QMAKE_COPY \"$<\" \"$@\"
QMAKE_EXTRA_TARGETS += run_in_term
PRE_TARGETDEPS += $$run_in_term.target
QMAKE_CLEAN += $$run_in_term.target
}
} }
!macx { !macx {
...@@ -73,4 +75,7 @@ DATA_DIRS = \ ...@@ -73,4 +75,7 @@ DATA_DIRS = \
eval($${data_dir}.path = /share/qtcreator) eval($${data_dir}.path = /share/qtcreator)
INSTALLS += $$data_dir INSTALLS += $$data_dir
} }
data_files.files = $$DATA_FILES
data_files.path = /share/qtcreator
INSTALLS += $$data_files
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment