You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,7 +43,11 @@ Here some sample screenshots of the gui
43
43
- C++11 - The library makes heavy use of it's features
44
44
- Qt 5.5 (the minimum I tested, may work with older versions)
45
45
- If you are using Qt 5.6, the updater will make use of the new QVersionNumber class. If not, it will create a class named the same way that simply inherits QString and adds a few functions.
46
-
- Since the Installer Framework supports Windows, Mac and X11 only, it's the same for this library
46
+
- Since the Installer Framework supports Windows, Mac and X11 only, it's the same for this library
47
+
48
+
## Getting started
49
+
The usage of this library is not that complicated. However, to make this work you will have to use the Qt Installer Framework to create and installer/updater. If you already now how to to that, just check out the examples below. If not, you can check out my
50
+
[Tutorial: Create a simple auto-updated application]()
47
51
48
52
## Examples
49
53
**Important:**<br>
@@ -118,16 +122,16 @@ The documentation was created using [doxygen](http://www.stack.nl/~dimitri/doxyg
118
122
119
123
## Downloads
120
124
Downloads are available via [github releases](https://github.com/Skycoder42/QtAutoUpdater/releases). The downloads include:
121
-
- A .pri file for easy project includes (Just add `include(<path_to>/qtautoupdater.pri)` to your project!)
125
+
- A .pri file for easy project includes (Just add `include(<path_to>/qtautoupdater.pri)` to your project and all the includes/libray imports/... will be done by that file!)
122
126
- Qt5.5.1 precompiled binaries for:
123
127
- Windows
124
128
- msvc2013 x86
125
129
- msvc2013 x64
126
130
- mingw
127
-
- X11 (Linux)
128
-
- gcc x64
129
131
- OsX
130
132
- clang x64
133
+
- X11 (Linux)
134
+
- gcc x64
131
135
- The (public) header files needed for these binaries
0 commit comments