update various packages to use Qt 5.4

This commit is contained in:
Thomas Tuegel
2015-02-21 11:39:20 -06:00
parent 0cf073627c
commit 8cf78bf5f4
15 changed files with 3613 additions and 910 deletions
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ cmake automoc4 pkgconfig ];
propagatedBuildInputs = [ polkit glib (if withQt5 then qt5 else qt4) ];
propagatedBuildInputs = [ polkit glib ] ++ (if withQt5 then [qt5.base] else [qt4]);
meta = {
description = "A Qt wrapper around PolKit";