From a8a168ec6ccfa3a8ec4243ebf0ccaaf86a13b2a2 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 17 Feb 2017 17:11:33 +0100 Subject: Moved smolbote.qbs --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BUILDING.md') 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. -- cgit v1.2.1