File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ git checkout $(git tag | grep '^v6\.8\.[0-9]*$' | sort -V | tail -n 1) || exit
42
42
mkdir cross-build
43
43
cd cross-build
44
44
echo " Cross-compiling Qt..."
45
- ../configure -release -opengl es2 -nomake examples -nomake tests -qt-host-path " $host_prefix " -xplatform " $BUILD_PLATFORM " \
45
+ ../configure -release -opengl desktop -nomake examples -nomake tests -qt-host-path " $host_prefix " -xplatform " $BUILD_PLATFORM " \
46
46
-device-option CROSS_COMPILE=" $BUILD_TOOLCHAIN_PREFIX " -sysroot " $BUILD_SYSROOT_PATH " -opensource -confirm-license \
47
47
-prefix " $target_prefix " -extprefix " $cross_prefix " -- -DCMAKE_TOOLCHAIN_FILE=" $BUILD_TOOLCHAIN_CONFIG " \
48
48
-DQT_FEATURE_xcb=ON -DFEATURE_xcb_xlib=ON -DQT_FEATURE_xlib=ON || exit 1
You can’t perform that action at this time.
0 commit comments