summaryrefslogtreecommitdiff
blob: 45e6f90bbd93560420071b36ab70a2a5a1945d86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>pesa@gentoo.org</email>
		<name>Davide Pesavento</name>
	</maintainer>
	<maintainer type="project">
		<email>qt@gentoo.org</email>
		<name>Gentoo Qt Project</name>
	</maintainer>
	<use>
		<flag name="android">Build plugin for Android devices</flag>
		<flag name="autotest">Enable integration with popular unit testing frameworks (QtTest, Google Test, Boost.Test)</flag>
		<flag name="autotools">Build plugin for autotools-based projects</flag>
		<flag name="baremetal">Build plugin for bare metal devices</flag>
		<flag name="bazaar">Add support for GNU Bazaar version control system (requires manual installation of Bazaar client)</flag>
		<flag name="beautifier">Build the beautifier plugin (supports astyle, clang-format, and uncrustify)</flag>
		<flag name="boot2qt">Build plugin for Boot2Qt devices</flag>
		<flag name="clang">Build clang-based plugins (code model, formatting, static analysis)</flag>
		<flag name="clearcase">Add support for IBM ClearCase version control system (requires manual installation of ClearCase client)</flag>
		<flag name="cmake">Build plugin for CMake-based projects</flag>
		<flag name="cppcheck">Enable integration with <pkg>dev-util/cppcheck</pkg></flag>
		<flag name="ctfvisualizer">Build the Chrome Trace Format visualizer plugin</flag>
		<flag name="designer">Enable designer for QtWidgets-based UIs</flag>
		<flag name="glsl">Build the GLSL editor plugin</flag>
		<flag name="help">Enable the integrated documentation viewer</flag>
		<flag name="lsp">Add support for the Language Server Protocol (LSP)</flag>
		<flag name="mcu">Build plugin for MCU devices</flag>
		<flag name="mercurial">Add support for <pkg>dev-vcs/mercurial</pkg> version control system</flag>
		<flag name="modeling">Build the graphical model editor plugin</flag>
		<flag name="nim">Build plugin for Nim language support</flag>
		<flag name="perforce">Add support for Perforce version control system (requires manual installation of Perforce client)</flag>
		<flag name="perfprofiler">Build the Linux Perf-based profiler plugin</flag>
		<flag name="python">Build plugin for Python language support</flag>
		<flag name="qbs">Build plugin for QBS-based projects</flag>
		<flag name="qmldesigner">Enable designer for QML/QtQuick-based UIs</flag>
		<flag name="qmljs">Build the QML/JavaScript editor plugin</flag>
		<flag name="qmlprofiler">Build the QML profiler plugin</flag>
		<flag name="qnx">Build plugin for QNX devices</flag>
		<flag name="remotelinux">Add support for deployment and execution on a remote Linux host</flag>
		<flag name="scxml">Build the graphical SCXML editor plugin</flag>
		<flag name="serialterminal">Build the serial terminal plugin</flag>
		<flag name="silversearcher">Enable integration with <pkg>sys-apps/the_silver_searcher</pkg></flag>
		<flag name="systemd">Add support for retrieving application output from journald</flag>
		<flag name="valgrind">Enable integration with <pkg>dev-util/valgrind</pkg></flag>
		<flag name="webassembly">Build WebAssembly plugin</flag>
		<flag name="webengine">Use <pkg>dev-qt/qtwebengine</pkg> to view documentation</flag>
	</use>
	<upstream>
		<bugs-to>https://bugreports.qt.io/</bugs-to>
		<doc>https://doc.qt.io/qtcreator/</doc>
	</upstream>
</pkgmetadata>