Skip to content

Commit

Permalink
sucessfully compiled welle.io
Browse files Browse the repository at this point in the history
  • Loading branch information
MoJo2600 committed Jan 24, 2021
1 parent f5920c2 commit eef7657
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions utils/compile-qt-modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ function build_qtbase() {
-device-option CROSS_COMPILE=$CROSS_COMPILE \
-sysroot $SYSROOT \
-opensource -confirm-license -make libs \
-skip qtwayland -skip qtlocation -skip qtscript \
-prefix /usr/local/qt5pi \
-extprefix $OUTPUT_DIR \
-hostprefix $OUTPUT_HOST_DIR \
-no-feature-accessibility \
-no-gbm \
$NO_USE_GOLD_LINKER \
|& tee $ROOT/logs/$MODULE.log

# -skip qtwayland -skip qtlocation -skip qtscript \
# -no-gbm \

# from: https://mechatronicsblog.com/cross-compile-and-deploy-qt-5-12-for-raspberry-pi/
# ./configure -release -opengl es2 -device linux-rasp-pi-g++ \
# -device-option CROSS_COMPILE=~/raspi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf- \
Expand All @@ -96,8 +96,6 @@ function build_qtbase() {
# -v \
# -no-gbm

# Disabled accessiblity, due to errors

# Old version:
# ./configure -release -opengl es2 -device $TARGET_DEVICE \
# -device-option CROSS_COMPILE=$CROSS_COMPILE \
Expand Down

0 comments on commit eef7657

Please sign in to comment.