summarylogtreecommitdiffstats
path: root/040-m64p-fix-qmake.patch
blob: 05a0e36f51bcff10bc98edf75b7508df51c8c4d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/build.sh
+++ b/build.sh
@@ -36,7 +36,7 @@ cp $base_dir/mupen64plus-input-raphnetraw/projects/unix/*$suffix $install_dir
 
 mkdir -p $base_dir/mupen64plus-input-qt/build
 cd $base_dir/mupen64plus-input-qt/build
-qmake ../mupen64plus-input-qt.pro
+qmake6 ../mupen64plus-input-qt.pro
 make
 if [[ $UNAME == *"MINGW"* ]]; then
   cp $base_dir/mupen64plus-input-qt/build/release/mupen64plus-input-qt.dll $install_dir
@@ -63,7 +63,7 @@ fi
 
 mkdir -p $base_dir/mupen64plus-gui/build
 cd $base_dir/mupen64plus-gui/build
-qmake ../mupen64plus-gui.pro
+qmake6 ../mupen64plus-gui.pro
 make
 if [[ $UNAME == *"MINGW"* ]]; then
   cp $base_dir/mupen64plus-gui/build/release/mupen64plus-gui.exe $install_dir