blob: c494bdabbf39eb5b60c5b439019f36ac3a01e764 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig 2021-05-20 06:12:58 UTC
+++ configure
@@ -12552,7 +12552,7 @@ if test "${enable_qt+set}" = set; then :
enableval=$enable_qt;
fi
- for ac_prog in qmake-qt4 qmake
+ for ac_prog in qmake-qt5 qmake
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
@@ -12594,7 +12594,7 @@ fi
test -n "$QMAKE" && break
done
- for ac_prog in moc-qt4 moc
+ for ac_prog in moc-qt5 moc
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
|