summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/qt-env.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-03-23qt5: Include the "out" derivation as well as the "dev" in qt5.fullDylan Baker1-1/+1
Without a number of important Qt libraries (all of those with a "dev" derivation) are not included in the bundled package, and qmake can't find them. Fixes #110199
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-02-18qtEnv: fix paths in qt.confNikolay Amiantov1-3/+3
The shell variables from setup hook are not visible here, so instead substitute them from Nix side.
2017-06-18qt5: use distinct `lib/qt-5.x` prefix for each minor versionThomas Tuegel1-4/+3
Using a distinct prefix for plugins and QML libraries allows multiple Qt 5 minor versions to coexist in the same environment.
2017-02-03qt5.env: use buildEnvNikolay Amiantov1-25/+19
This both simplifies the code and ensures that libraries are linked too.
2016-09-06qt5: Fix qt5X.fullTuomas Tynkkynen1-2/+2
Use dev outputs explicitly since they aren't the first output since the recent changes.
2015-12-20qt5: build env and full per versionThomas Tuegel1-4/+2
2015-09-19qt5Full: only include derivationsThomas Tuegel1-6/+5
2015-08-29Add qtEnvThomas Tuegel1-0/+31