Skip to content

Commit f6223fa

Browse files
committed
Add QSimpleUpdater
1 parent 5842ab2 commit f6223fa

File tree

10 files changed

+1911
-1
lines changed

10 files changed

+1911
-1
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
set(CMAKE_AUTOMOC ON)
2+
set(CMAKE_AUTOUIC ON)
3+
set(CMAKE_AUTORCC ON)
4+
set(CMAKE_INCLUDE_CURRENT_DIR ON)
5+
6+
add_library(3rdParty Downloader.cpp
7+
Downloader.h
8+
Downloader.ui
9+
Updater.cpp
10+
Updater.h
11+
QSimpleUpdater.cpp
12+
QSimpleUpdater.h)
13+
14+
target_link_libraries(3rdParty Qt5::Core Qt5::Widgets Qt5::Network)

0 commit comments

Comments
 (0)