Skip to content

Commit

Permalink
Fix bogus QML imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ABBAPOH committed Aug 11, 2024
1 parent 7a09842 commit 78b8142
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Before building with Hugo, do the following:
[here](https://discussions.apple.com/docs/DOC-3083).
- Second, create a symlink in ~/Sites pointing to the `public/` folder in this repo, e.g.:
`ls -s ~/Sites/qbs-io ~/Developer/qbs-io/public`.
- Third, you'd need additional python packages: pip install beautifulsoup4 lxml
- Ensure qmake and qdoc are in PATH: `export PATH=/Applications/Qt/6.7.0/macos/bin/:$PATH`.
- Run `./_generate.sh` to rebuild docs.
- Run `hugo -b http://localhost/~${USER}/qbs-io`.
- Run `open http://localhost/~${USER}/qbs-io/`.
- Run `open http://localhost/~${USER}/qbs-io/`.
1 change: 1 addition & 0 deletions scripts/_generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export QBS_VERSION_TAG=${QBS_VERSION//[.-]/}

pushd _qbs/doc || exit 1
qdoc qbs-hugo.qdocconf --outputdir=../../../content/docs
python3 fix-qmlimports.py ../../../content/docs
popd || exit 1

echo "postprocessing with adjust.mjs..."
Expand Down

0 comments on commit 78b8142

Please sign in to comment.