Skip to content

Commit 7a410dd

Browse files
committed
added general header
1 parent 1823142 commit 7a410dd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

QtAutoUpdater

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ SUBDIRS += \
88
DISTFILES += README.md \
99
LICENSE \
1010
doc/QtAutoUpdater.doxy \
11-
qtautoupdater.pri
11+
qtautoupdater.pri \
12+
QtAutoUpdater
1213

1314
AutoUpdaterGui.depends += AutoUpdaterCore
1415
Tests.depends += AutoUpdaterCore AutoUpdaterGui

0 commit comments

Comments
 (0)