So I finally found and installed qt 5.15.2 at download.qt.io/official_releases/qtcreator/5.0/5.0.3/

With an up-to-date kstars via git pull and ~/Projects/kstars-on-osx-craft/build-kstars.sh -d, 

QTCreator gives me the following during a build (pointing to the craft QT  ~/Astroroot/craft-root/bin/qmake).

17:33:41: Running steps for project kstars...
17:33:41: Starting: "/Users/jerryblack/AstroRoot/craft-root/dev-utils/bin/cmake" --build /Users/jerryblack/AstroRoot/craft-root/download/git/kde/applications/build-kstars-Craft_Kit-Debug --target all
[1/10 95.7/sec] Generating KSTARS_APP_SRCS.iconset/icon_32x32@2x.png
[2/10 190.4/sec] Generating KSTARS_APP_SRCS.iconset/icon_32x32.png
[3/10 284.9/sec] Generating KSTARS_APP_SRCS.iconset/icon_128x128.png
[4/10 131.2/sec] Generating index.cache.bz2
FAILED: doc/index.cache.bz2
cd /Users/jerryblack/AstroRoot/craft-root/download/git/kde/applications/kstars/doc && /Users/jerryblack/AstroRoot/craft-root/bin/meinproc5 --check --cache /Users/jerryblack/AstroRoot/craft-root/download/git/kde/applications/build-kstars-Craft_Kit-Debug/doc//index.cache.bz2 index.docbook
kf.doctools.core: Error: Could not find kdoctools catalogs
[5/10 146.9/sec] Generating KSTARS_APP_SRCS.icns
ninja: build stopped: subcommand failed.
17:33:42: The process "/Users/jerryblack/AstroRoot/craft-root/dev-utils/bin/cmake" exited with code 1.

Is this the correct place to record this issue, or should I add it to github.com/rlancaste/kstars-on-osx-craft as an issue?

Read More...