From e31229d4054cd29dd93dd9fe5b6bc2451fd43798 Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Fri, 1 Jun 2018 20:09:51 -0700 Subject: [PATCH] Select Qt5 --- make-oneshot-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-oneshot-linux.sh b/make-oneshot-linux.sh index e2e98e8..f990ec4 100755 --- a/make-oneshot-linux.sh +++ b/make-oneshot-linux.sh @@ -19,7 +19,7 @@ echo "${white}Compiling ${bold}SyngleChance v${linux_version} ${white}engine for # Generate makefile and build main + journal echo "-> ${cyan}Generate makefile...${color_reset}" -qmake +qmake -qt=5 echo "-> ${cyan}Compile engine...${color_reset}" make -j${make_threads} echo "-> ${cyan}Compile journal...${color_reset}"