Commit 120d5835 authored by Christoffer Ackelman's avatar Christoffer Ackelman

Build QT by default, build GTK by running './build.sh gtk'.

parent a8ce4023
...@@ -75,7 +75,11 @@ fi ...@@ -75,7 +75,11 @@ fi
btype="dbg" btype="dbg"
ename=$ver$hw ename=$ver$hw
desc=$verl desc=$verl
gui="gtk" if [ ! -z $1 ]; then
gui="$1"
else
gui="qt"
fi
if [ $gui == "qt" ]; then if [ $gui == "qt" ]; then
export pwre_conf_qt=1 export pwre_conf_qt=1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment