Skip to content

Commit

Permalink
Merge pull request #39 from KDABLabs/wip/dfaure/cmake-project-qt6
Browse files Browse the repository at this point in the history
cmake-project: default to Qt 6
  • Loading branch information
dfaure-kdab authored Nov 19, 2024
2 parents 6468867 + e45cbe0 commit 231c19d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qt/cmake-project/cmake-project
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ usage()
{
echo "Usage: $0 [ -q | --qt 5 | 6 | 5-and-6 | none ]"
echo "The -q or --qt option allows to choose between Qt 5, Qt 6, both, or no Qt dependency"
echo "Qt 6 is used by default"
exit 2
}

Expand All @@ -21,7 +22,7 @@ fi

eval set -- "$PARSED_ARGUMENTS"

QTVERSION=5
QTVERSION=6
while :
do
case "$1" in
Expand Down

0 comments on commit 231c19d

Please sign in to comment.