1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 23:07:59 +00:00

Clean up CMakeLists.txt

This commit is contained in:
Chocobo1 2019-07-13 19:51:42 +08:00
parent 032883e278
commit 7b568b07e6
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
4 changed files with 11 additions and 2 deletions

View File

@ -1,10 +1,13 @@
add_executable(qBittorrent
# headers
application.h
applicationinstancemanager.h
cmdoptions.h
filelogger.h
qtlocalpeer/qtlocalpeer.h
upgrade.h
# sources
application.cpp
applicationinstancemanager.cpp
cmdoptions.cpp

View File

@ -1,5 +1,8 @@
add_library(qbt_powermanagement STATIC
# headers
powermanagement.h
# sources
powermanagement.cpp
)

View File

@ -1,6 +1,9 @@
add_library(qbt_qtnotify STATIC
notifications.cpp
# headers
notifications.h
# sources
notifications.cpp
)
set_target_properties(qbt_qtnotify PROPERTIES AUTOUIC False AUTORCC False)

View File

@ -3,9 +3,9 @@ add_library(qbt_webui STATIC
api/apicontroller.h
api/apierror.h
api/appcontroller.h
api/isessionmanager.h
api/authcontroller.h
api/freediskspacechecker.h
api/isessionmanager.h
api/logcontroller.h
api/rsscontroller.h
api/searchcontroller.h