add qt5Libs

This commit is contained in:
Thomas Tuegel 2015-09-27 11:14:28 -05:00
parent f00d622e44
commit 62fc4cf4d1

View file

@ -7974,6 +7974,7 @@ let
};
qt55Libs = lib.makeScope qt55.newScope qt5LibsFun;
qt5Libs = qt55Libs;
qtEnv = callPackage ../development/libraries/qt-5/qt-env.nix {};