Qt playground - tutorial/example/introductory experiments with Qt framework, qmake and cmake build systems, AppImage & debian packaging.
There is no really useful C++ code inside just the build/packaging logic.
Goto project directory
Build binary (qmake is expected on PATH): ./development/build-with-qmake.sh release
Install and configure MacPorts - e.g.: sudo port install qt5
Adjust PATH for MacPorts e.g.: export PATH=/opt/local/bin:/opt/local/sbin:$PATH
Adjust PATH for qt5 e.g.: export PATH=/opt/local/libexec/qt5:$PATH
Build binary (MacPorts Qt): ./development/build-with-qmake.sh release
Run: ./qmake-build-release/qt-sandbox.app/Contents/MacOS/qt-sandbox
Build AppImage: ./development/create-AppImage.sh
Binary is created in qmake-build-debug (for debug build).
Goto project directory
Build binary: ./development/build-with-cmake.sh /usr
Binary is currently created in cmake-build-debug directory. At this time only "debug" build is configured.