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:
parent
032883e278
commit
7b568b07e6
@ -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
|
||||
|
@ -1,5 +1,8 @@
|
||||
add_library(qbt_powermanagement STATIC
|
||||
# headers
|
||||
powermanagement.h
|
||||
|
||||
# sources
|
||||
powermanagement.cpp
|
||||
)
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user