problems with quassel 0.11 and qt5, forcing qt4 for now
This commit is contained in:
@@ -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";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user