「インストール - Qt5 Raspberry Pi」の版間の差分

ナビゲーションに移動 検索に移動
451行目: 451行目:
  -device-option CROSS_COMPILE=$CROSS_COMPILE            \
  -device-option CROSS_COMPILE=$CROSS_COMPILE            \
  -opensource -confirm-license -v                        \
  -opensource -confirm-license -v                        \
  -opengl es2 -eglfs                                      \  # <span style="color:#C00000"><u>EGLを使用する場合</u></span>
  -opengl es2 -eglfs                                      \  # EGLを使用する場合
  -qpa eglfs                                              \  # <span style="color:#C00000"><u>EGLを使用する場合</u></span>
  -qpa eglfs                                              \  # EGLを使用する場合
  -nomake examples -no-compile-examples -nomake tests -make libs -no-use-gold-linker -recheck-all \
  -nomake examples -no-compile-examples -nomake tests -make libs -no-use-gold-linker -recheck-all \
  -skip qtwebengine -skip qtandroidextras -skip qtmacextras -skip qtwinextras                    \
  -skip qtwebengine -skip qtandroidextras -skip qtmacextras -skip qtwinextras                    \
490行目: 490行目:
  -device-option CROSS_COMPILE=$CROSS_COMPILE            \
  -device-option CROSS_COMPILE=$CROSS_COMPILE            \
  -opensource -confirm-license -v                        \
  -opensource -confirm-license -v                        \
  -opengl es2                                            \  # <span style="color:#C00000"><u>XCBを使用する場合</u></span>
  -opengl es2                                            \  # XCBを使用する場合
  -qpa xcb                                                \  # <span style="color:#C00000"><u>XCBを使用する場合</u></span>
  -qpa xcb                                                \  # XCBを使用する場合
-no-feature-eglfs_brcm                                  \  # XCBを使用する場合
  -nomake examples -no-compile-examples -nomake tests -make libs -no-use-gold-linker -recheck-all \
  -nomake examples -no-compile-examples -nomake tests -make libs -no-use-gold-linker -recheck-all \
  -skip qtwebengine -skip qtandroidextras -skip qtmacextras -skip qtwinextras                    \
  -skip qtwebengine -skip qtandroidextras -skip qtmacextras -skip qtwinextras                    \

案内メニュー