by Ryan Baxter Free to use - make it better!
This project creates a GUI playground for coding in Visual Studio with CMAKE and Qt5.
It is useful for creating self-contained, deployable (zippable) apps. Build a project out of the codebase and thirdparty utilties as required.
- CMake
(default: 3.3.1)
- Qt5
(default: 5.11.1)
- MSVC
(default: Visual Studio 15 2017 Win64)
Update software versions in ~\devops\scripts\config.bat
*Run build.bat to create the build directory
VS proj
\build\SquareOne.sln
Deployable app:
\build\deploy
\build\deploy\bin\Release\_Main.exe
Generated Code:
\build\generate\exports
\build\generate\include
\build\generate\library
- core
Core libraries have no dependencies
- models
Module Libraries may depend on Core Libraries
- systems
System Libraries may depend on Core and Module Libraries
create project apps from the codebase
support libraries (if included)