Skip to content

Commit 172e2b2

Browse files
authored
Update make.py
1 parent 9ecbe1c commit 172e2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def make():
342342
" && wget http://ftp.us.debian.org/debian/pool/main/i/icu/libicu67_67.1-7_arm64.deb"
343343
" && dpkg-deb -x libicu67_67.1-7_arm64.deb icu67"
344344
" && cp -rv icu67/usr/lib/aarch64-linux-gnu/* openmv-ide/lib/Qt/lib/"
345-
" && cmake ../qt-creator -Wno-dev --debug-find-pkg=Qt6Gui -DQT_DEBUG_FIND_PACKAGE=ON" +
345+
" && cmake ../qt-creator -Wno-dev" +
346346
" \"-DCMAKE_GENERATOR:STRING=Ninja\"" +
347347
" \"-DCMAKE_BUILD_TYPE:STRING=Release\"" +
348348
" \"-DCMAKE_PREFIX_PATH:PATH=" + qtdir + "\"" +

0 commit comments

Comments
 (0)