aboutsummaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-01-29 11:22:40 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-01-29 11:22:40 +0100
commit8d03ad0db813920db03c32bf9c5566cd98e9f487 (patch)
treec6cf38656842f31063cb6a67defc9998341de569 /BUILDING.md
parentReading version tag from repo (diff)
downloadsmolbote-8d03ad0db813920db03c32bf9c5566cd98e9f487.tar.xz
qbs configuration added to build instructions
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 6afad9f..95db56a 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -5,6 +5,15 @@
* gcc on linux, msvc on windows
* qbs
+### Configuration
+* Set up Qbs
+```
+qbs setup-toolchains --detect
+qbs setup-qt /usr/bin/qmake-qt5 qt5
+```
+For more information on qbs, refer to the [Qbs manual][1], sections Configuring
+and Managing Qt versions.
+
### Steps
* Create a build folder
@@ -64,3 +73,5 @@ Collect the required libraries using
```
QT_DIR\QT_VER\msvc2015_64\windeployqt.exe build-PROFILE\release\qtbrowser.exe
```
+
+[1]: https://doc.qt.io/qbs/configuring.html