Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 526 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 526 Bytes

#QNode && Quark

Build

  • add qt to path
  • build qbs: ./configure
  • config qbs
    • ./build/tools/qbs/bin/qbs setup-toolchains --detect
    • ./build/tools/qbs/bin/qbs setup-qt --detect
    • Follow step in the generated warning, something like:
      • qbs config profiles..baseProfile xcode-macosx-x86_64
    • ./build/tools/qbs/bin/qbs config defaultProfile <my-own-qt>
  • build all the stuff
    • ./build/tools/qbs/bin/qbs build
  • build path is build/default
  • install path is build/default/install-root