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

View File

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