Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 1.03 KB

README.md

File metadata and controls

67 lines (40 loc) · 1.03 KB

AppUpdate

Notification service and library for handling application updates

Github All Releases

Screenshots

AppUpdate Screenshot

Prerequisites

AppUpdate is a Qt application. To succesfully build it a Qt installation is needed. Currently we are using Qt 5.12.6 (LTS).

Directory structure

cmake

Common cmake settings.

Compiler

This project successfully builds using:

  • Visual Studio 2019
  • GCC 8+

Building

mkdir build
cd build

For a Visual Studio 2019 run:

cmake -G "Visual Studio 16 2019" -DQT_BASE_PATH=../qt/5.12.6_win64 ..

Open the generated solution:

start AppUpdate.sln

Contact

Company information

www.dewetron.com

For general questions please contact:

support@dewetron.com

For technical questions please contact:

Michael Oberhofer

michael.oberhofer@dewetron.com

Gunther Laure

gunther.laure@dewetron.com

License

GPL-3.0 License