Qt: Difference between revisions
Added a warning for the deprecated Qt section |
|||
| Line 2: | Line 2: | ||
== Development == | == Development == | ||
{{warning|With the deprecation of <code>qt5.full</code> & <code>qt6.full</code>, for 25.11 and up (see [https://github.com/NixOS/nixpkgs/blob/32b61ba4d9088ef926dd27065daad604ca6b58aa/pkgs/development/libraries/qt-6/default.nix#L152 change]) this recommendation is outdated. For now please primarily refer to the [[#Explicit Dependencies|Explicit Dependencies]] Section below.}} | |||
If you want to develop qt applications in nixos you have to use nix-shell or direnv. | If you want to develop qt applications in nixos you have to use nix-shell or direnv. | ||
For using nix-shell just run this command in the terminal: | For using nix-shell just run this command in the terminal: | ||