forked from mirrors/nixpkgs
qtcreator: build only once
It should not be necessary to build Qt Creator for each version of Qt. The version of Qt used for development is independent of the version Creator is compiled with.
This commit is contained in:
parent
93369da039
commit
7b22cb0ed2
|
@ -74,7 +74,6 @@ doNotDisplayTwice rec {
|
|||
pidginlatexSF = pidginlatex; # added 2014-11-02
|
||||
poppler_qt5 = qt5.poppler; # added 2015-12-19
|
||||
qca-qt5 = qt5.qca-qt5; # added 2015-12-19
|
||||
qtcreator = qt5.qtcreator; # added 2015-12-19
|
||||
quake3game = ioquake3; # added 2016-01-14
|
||||
quassel_kf5 = kde5.quassel; # added 2015-09-30
|
||||
quassel_qt5 = kde5.quassel_qt5; # added 2015-09-30
|
||||
|
|
|
@ -6284,6 +6284,10 @@ in
|
|||
|
||||
premake = premake4;
|
||||
|
||||
qtcreator = qt5.callPackage ../development/qtcreator {
|
||||
withDocumentation = true;
|
||||
};
|
||||
|
||||
racerRust = callPackage ../development/tools/rust/racer { };
|
||||
|
||||
radare = callPackage ../development/tools/analysis/radare {
|
||||
|
@ -8733,10 +8737,6 @@ in
|
|||
|
||||
qca-qt5 = callPackage ../development/libraries/qca-qt5 { };
|
||||
|
||||
qtcreator = callPackage ../development/qtcreator {
|
||||
withDocumentation = true;
|
||||
};
|
||||
|
||||
quazip = callPackage ../development/libraries/quazip {
|
||||
qt = qtbase;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue