We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecbe1c commit 172e2b2Copy full SHA for 172e2b2
make.py
@@ -342,7 +342,7 @@ def make():
342
" && wget http://ftp.us.debian.org/debian/pool/main/i/icu/libicu67_67.1-7_arm64.deb"
343
" && dpkg-deb -x libicu67_67.1-7_arm64.deb icu67"
344
" && 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" +
+ " && cmake ../qt-creator -Wno-dev" +
346
" \"-DCMAKE_GENERATOR:STRING=Ninja\"" +
347
" \"-DCMAKE_BUILD_TYPE:STRING=Release\"" +
348
" \"-DCMAKE_PREFIX_PATH:PATH=" + qtdir + "\"" +
0 commit comments