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:
Thomas Tuegel 2016-05-05 16:55:31 -05:00
parent 93369da039
commit 7b22cb0ed2
2 changed files with 4 additions and 5 deletions

View file

@ -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

View file

@ -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;
};