Skip to content

Notification service and library for handling application updates

License

Notifications You must be signed in to change notification settings

DEWETRON/AppUpdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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