Commit Graph

42 Commits

Author SHA1 Message Date
rewine
8802f31ff4 qtcreator: 12.0.2 -> 13.0.0 2024-04-06 01:10:41 +08:00
rewine
fbb2c6449c qtcreator: 12.0.1 -> 12.0.2 2024-02-08 03:19:40 +08:00
rewine
b35e94bd99 qtcreator: 12.0.0 -> 12.0.1 2023-12-14 10:22:41 +08:00
rewine
448c524a5a
qtcreator: 11.0.3 -> 12.0.0
- https://www.qt.io/blog/qt-creator-12-beta-released
- https://www.qt.io/blog/qt-creator-12-beta2-released
- https://www.qt.io/blog/qt-creator-12-released
2023-11-24 09:48:21 +08:00
rewine
b9f40ea9c8 qtcreator: 11.0.2 -> 11.0.3 2023-10-01 20:38:38 +08:00
Artturi
8f1fe3ca06
Merge pull request #251933 from wineee/qtc-l
qtcreator: fix meta.license
2023-08-29 01:29:26 +03:00
rewine
1ccc188376
qtcreator: fix meta.license 2023-08-28 17:09:52 +08:00
rewine
2d7ce9a27a
qtcreator: 11.0.1 -> 11.0.2 2023-08-21 14:46:27 +08:00
rewine
5377971c39
qtcreator: 11.0.0 -> 11.0.1 2023-08-04 10:15:01 +08:00
rewine
dc061bb01c qtcreator-qt6: rename to qtcreator 2023-07-25 20:21:25 +08:00
rewine
9a7e9b077e qtcreator-qt5: remove 2023-07-25 20:20:02 +08:00
rewine
ba4fa2ae17
qtcreator-qt6: 10.0.2 -> 11.0.0 2023-07-21 13:18:48 +08:00
rewine
4e5204700c
qtdoc/qtcreator: use qttools with clang support 2023-06-26 23:00:43 +08:00
rewine
54c3fb8557
qtcreator-qt6: 10.0.1 -> 10.0.2 2023-06-17 02:06:14 +08:00
K900
f0c4667867 qtcreator-qt6: fix build with qt 6.5.1 2023-05-26 13:04:10 +03:00
rewine
22463e0c0a
qtcreator-qt6: 10.0.0 -> 10.0.1 2023-05-08 18:19:58 +08:00
rewine
8a3121c4e2
qtcreator-qt6: 9.0.2 -> 10.0.0 2023-04-25 10:26:48 +08:00
rewine
d20c12ec43
qtcreator-qt6: init at 9.0.2 2023-04-02 03:51:27 +08:00
Shawn8901
a59dda942c treewide: remove global with lib; statements in pkgs/development 2023-01-26 18:31:02 +01:00
Artturin
6b8c65acd9 treewide: fix fallout from 'cmake/setup-hook.sh: Don't skip build-RPATH' 2022-07-19 17:47:13 +03:00
Armin Rothfuss
10992be63e
qtcreator: 5.0.2 -> 5.0.3 (#173357) 2022-05-18 21:17:02 +02:00
Armin Rothfuss
36bbf2562b qtcreator: 4.14.0 -> 5.0.2 2021-10-21 23:58:42 +02:00
Artturin
f2e6a515a5 qtcreator: add elfutils.dev and perf to build the perfparse plugin 2021-09-30 00:19:43 +03:00
Sebastián Mancilla
8f94a33b38 treewide: ensure pre/post phase hooks are strings
Some derivations use lib.optional or lib.optionals when setting pre/post
phase hooks. Ensure the proper lib.optionalString is used.
2021-08-20 19:08:42 -04:00
Ben Siraphob
4ce8c34049 treewide: remove unnecessary enableParallelBuilding when using qmake 2021-07-20 10:32:58 +07:00
Andrew Childs
7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Lennart Eichhorn
53ffe1d547 qtcreator: 4.11.0 -> 4.14.0 2021-02-06 17:48:43 +01:00
zowoq
932941b79c treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-21 13:29:54 +10:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Andrew Newman
0dc0af5f31 qtcreator: 4.10.0 -> 4.11.0 2019-12-21 19:28:12 +03:00
Andrew Newman
1eafac2ac6 qtcreator 4.9.1 -> 4.10.0 (#70573)
Added optional withClangPlugins to disable clang plugins compilation
and, therefore, vendor clang dependency.
2019-11-05 12:00:42 -05:00
Nikolay Korotkiy
ad4a3074c0 qtcreator: use Qt mkDerivation 2019-09-19 18:55:12 +09:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Thomas Tuegel
51d78034a1
wrapQtAppsHook: Remove ad hoc Qt wrappers 2019-07-05 10:42:08 -05:00
Andrew Newman
6365fa1eb9 qtcreator: add clang code model compilation
Clang code model provides user with services: code completion,
syntactic and semantic highlighting, diagnostics, outline of symbols,
tooltips, renaming of local symbols. It's naturally depends on llvm and clang.
To make it work with nixos:
1. Add qt version of clang as build dependency.
2. Added patch for clang libc++ regexp trunk regexp not including path
like "libc++-version".
3. Fixed paths to llvm/clang libraries and includes.
4. Fixed name of clazy clang plugin.
2019-06-10 12:35:16 +03:00
Maximilian Bosch
b70dfbad98
qtcreator: drop obsolete aarch64 patch
It seems as `botan` isn't used anymore, so the patch is obsolete now.
2019-06-02 00:56:57 +02:00
Will Dietz
175817a0a8
qtcreator: 4.6.2 -> 4.9.1
https://blog.qt.io/blog/2019/05/28/qt-creator-4-9-1-released/
2019-05-31 07:51:49 -05:00
Tom Hall
e34b307647 qtcreator: apply patch on aarch64
This fixes a mistake in a previous commit which meant the patch required
to build qtcreator was only applied on Aarch32, not both Aarch32 and Aarch64.
2018-08-23 19:31:21 +01:00
Vladimír Čunát
8af2786ef6
qtcreator: (nitpick) better cross-compilation correctness 2018-08-19 09:44:15 +02:00
Tom Hall
73ac45108a qtcreator: enable on aarch64 and armv7
Patch (from https://bugreports.qt.io/browse/QTCREATORBUG-8107) to allow botan to build on arm.
2018-08-18 20:45:34 +01:00
Igor Tarasov
69affb8d26 qtcreator: 4.5.0 -> 4.6.2 2018-07-17 12:45:56 +03:00
Matthew Bauer
1592e03aba treewide: rename bad filenames
Most of these can easily be moved to subdirectories of other
directories. This helps reduce clutter in the main trees.
2018-04-17 15:42:25 -05:00