mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-02 15:17:28 +02:00
8 lines
106 B
Bash
Executable File
8 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e -x
|
|
|
|
qbs setup-toolchains --detect
|
|
qbs setup-qt $(which qmake) qt
|
|
qbs debug profile:qt
|