build-dependencies-first.sh 210 B

12345678910
  1. #!/bin/bash
  2. # Builds all dependencies which are no clean CMake projects, so using FetchContent is not possible.
  3. if [ $1 == "release" ]; then
  4. OPTIONS="release"
  5. else
  6. OPTIONS=""
  7. fi
  8. thirdparty/qt.sh $OPTIONS