aboutsummaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 03a95c6..2af8d4b 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -23,11 +23,11 @@ and Managing Qt versions.
* Run qbs
```
-[smolbote repo]$ qbs build --build-directory build --file src/smolbote.qbs profile:qt5 release
+[smolbote repo]$ qbs build --build-directory build profile:qt5 release
```
Shortened:
```
-[smolbote repo]$ qbs build -d build -f src/smolbote.qbs profile:qt5 release
+[smolbote repo]$ qbs build -d build profile:qt5 release
```
This installs the files to build/release/install-root.