qt55: don't set output flags by default
This commit is contained in:
@@ -50,7 +50,7 @@ let
|
|||||||
configureScript = args.configureScript or "qmake";
|
configureScript = args.configureScript or "qmake";
|
||||||
|
|
||||||
outputs = args.outputs or [ "dev" "out" ];
|
outputs = args.outputs or [ "dev" "out" ];
|
||||||
setOutputFlags = false;
|
setOutputFlags = args.setOutputFlags or false;
|
||||||
|
|
||||||
enableParallelBuilding = args.enableParallelBuilding or true;
|
enableParallelBuilding = args.enableParallelBuilding or true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user