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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
Source: qtcreator
Section: devel
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Adam Majer <adamm@zombino.com>,
Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>,
Build-Depends: clang (>= 1:10~),
clangd (>= 1:14~),
cmake (>= 3.16~),
debhelper-compat (= 13),
libclang-dev (>= 1:10~),
libdw-dev,
libqt6core5compat6-dev (>= 6.2~),
libqt6opengl6-dev (>= 6.2~),
libqt6quicktimeline6-dev (>= 6.2~),
libqt6serialport6-dev (>= 6.2~),
libqt6shadertools6-dev (>= 6.2.4-2~),
libqt6svg6-dev (>= 6.2~),
libyaml-cpp-dev (>= 0.5~),
libzstd-dev,
llvm-dev (>= 1:10~),
pkg-config,
python3:any,
qt6-base-dev (>= 6.2.4+dfsg-3~),
qt6-base-private-dev (>= 6.2.4+dfsg-3~),
qt6-declarative-dev (>= 6.2~),
qt6-declarative-private-dev (>= 6.2~),
qt6-quick3d-dev (>= 6.2.4-2~),
qt6-tools-dev (>= 6.2.4-2~),
qt6-tools-private-dev (>= 6.2.4-2~),
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://doc.qt.io/qt-5/topics-app-development.html
Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/qtcreator.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt/qtcreator
Package: qtcreator
Architecture: any
Depends: clangd (>= 1:14~),
libqt6sql6-sqlite,
qml6-module-qtqml-models,
qml6-module-qtqml-workerscript,
qml6-module-qtquick-controls,
qml6-module-qtquick-layouts,
qml6-module-qtquick,
qtcreator-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: clang-tidy,
gdb,
make,
qml-qt6,
qt6-qmltooling-plugins,
qt6-base-dev-tools,
qtcreator-doc,
qt6-declarative-dev-tools,
qt6-tools-dev-tools,
qt6-translations-l10n,
xterm | x-terminal-emulator
Suggests: clazy (>= 1.5), cmake, g++, git, meson, subversion, valgrind,
python3-pylsp,
Description: integrated development environment (IDE) for Qt
Qt Creator is a cross-platform integrated development environment (IDE)
designed to make development with the Qt application framework faster
and easier.
.
It includes:
* An advanced C++ code editor
* Integrated GUI layout and forms designer
* Project and build management tools
* Integrated, context-sensitive help system
* Visual debugger
* Rapid code navigation tools
* Supports multiple platforms
* Qt Quick Designer
Package: qtcreator-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: application data for Qt Creator IDE
This package contains architecture-independent data for Qt Creator IDE.
Package: qtcreator-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: qt6-image-formats-plugins,
${misc:Depends},
Description: documentation for Qt Creator IDE
Qt Creator is a cross-platform integrated development environment (IDE)
designed to make development with the Qt application framework faster
and easier.
.
This package contains documentation for Qt Creator IDE.
|