We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1823142 commit 7a410ddCopy full SHA for 7a410dd
QtAutoUpdater
@@ -0,0 +1,6 @@
1
+#include "./updater.h"
2
+#include "./updateschedulercontroller.h"
3
+#ifdef QT_WIDGETS_LIB
4
+#include "./updatecontroller.h"
5
+#include "./updatebutton.h"
6
+#endif
QtAutoUpdater.pro
@@ -8,7 +8,8 @@ SUBDIRS += \
8
DISTFILES += README.md \
9
LICENSE \
10
doc/QtAutoUpdater.doxy \
11
- qtautoupdater.pri
+ qtautoupdater.pri \
12
+ QtAutoUpdater
13
14
AutoUpdaterGui.depends += AutoUpdaterCore
15
Tests.depends += AutoUpdaterCore AutoUpdaterGui
0 commit comments