Select Qt5
This commit is contained in:
parent
ed9ce08e77
commit
e31229d405
|
|
@ -19,7 +19,7 @@ echo "${white}Compiling ${bold}SyngleChance v${linux_version} ${white}engine for
|
||||||
|
|
||||||
# Generate makefile and build main + journal
|
# Generate makefile and build main + journal
|
||||||
echo "-> ${cyan}Generate makefile...${color_reset}"
|
echo "-> ${cyan}Generate makefile...${color_reset}"
|
||||||
qmake
|
qmake -qt=5
|
||||||
echo "-> ${cyan}Compile engine...${color_reset}"
|
echo "-> ${cyan}Compile engine...${color_reset}"
|
||||||
make -j${make_threads}
|
make -j${make_threads}
|
||||||
echo "-> ${cyan}Compile journal...${color_reset}"
|
echo "-> ${cyan}Compile journal...${color_reset}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue