problems with quassel 0.11 and qt5, forcing qt4 for now

This commit is contained in:
Aristid Breitkreuz 2014-10-30 22:16:37 +01:00
parent fc4cf24965
commit 752f5bba48

@ -11623,7 +11623,7 @@ let
daemon = false;
client = false;
withKDE = false;
qt = qt5;
#qt = qt5;
tag = "-without-kde";
});
@ -11632,7 +11632,7 @@ let
daemon = true;
client = false;
withKDE = false;
qt = qt5;
#qt = qt5;
tag = "-daemon";
});
@ -11648,7 +11648,7 @@ let
daemon = false;
client = true;
withKDE = false;
qt = qt5;
#qt = qt5;
tag = "-client-without-kde";
});