Browse Source

Build qttools when not cross-compiling

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.0
falkTX 3 years ago
parent
commit
276e74e46e
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      build-qt.sh

+ 7
- 0
build-qt.sh View File

@@ -248,3 +248,10 @@ download_qt qtsvg
build_qmake qtsvg${qtsuffix} ${QT5_VERSION}

# ---------------------------------------------------------------------------------------------------------------------

if [ "${CROSS_COMPILING}" -eq 0 ]; then
download_qt qttools
build_qmake qttools${qtsuffix} ${QT5_VERSION}
fi

# ---------------------------------------------------------------------------------------------------------------------

Loading…
Cancel
Save