mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-25 14:04:23 +00:00
Clean up CMakeLists.txt
This commit is contained in:
parent
032883e278
commit
7b568b07e6
@ -1,10 +1,13 @@
|
|||||||
add_executable(qBittorrent
|
add_executable(qBittorrent
|
||||||
|
# headers
|
||||||
application.h
|
application.h
|
||||||
applicationinstancemanager.h
|
applicationinstancemanager.h
|
||||||
cmdoptions.h
|
cmdoptions.h
|
||||||
filelogger.h
|
filelogger.h
|
||||||
qtlocalpeer/qtlocalpeer.h
|
qtlocalpeer/qtlocalpeer.h
|
||||||
upgrade.h
|
upgrade.h
|
||||||
|
|
||||||
|
# sources
|
||||||
application.cpp
|
application.cpp
|
||||||
applicationinstancemanager.cpp
|
applicationinstancemanager.cpp
|
||||||
cmdoptions.cpp
|
cmdoptions.cpp
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
add_library(qbt_powermanagement STATIC
|
add_library(qbt_powermanagement STATIC
|
||||||
|
# headers
|
||||||
powermanagement.h
|
powermanagement.h
|
||||||
|
|
||||||
|
# sources
|
||||||
powermanagement.cpp
|
powermanagement.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
add_library(qbt_qtnotify STATIC
|
add_library(qbt_qtnotify STATIC
|
||||||
notifications.cpp
|
# headers
|
||||||
notifications.h
|
notifications.h
|
||||||
|
|
||||||
|
# sources
|
||||||
|
notifications.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
set_target_properties(qbt_qtnotify PROPERTIES AUTOUIC False AUTORCC False)
|
set_target_properties(qbt_qtnotify PROPERTIES AUTOUIC False AUTORCC False)
|
||||||
|
@ -3,9 +3,9 @@ add_library(qbt_webui STATIC
|
|||||||
api/apicontroller.h
|
api/apicontroller.h
|
||||||
api/apierror.h
|
api/apierror.h
|
||||||
api/appcontroller.h
|
api/appcontroller.h
|
||||||
api/isessionmanager.h
|
|
||||||
api/authcontroller.h
|
api/authcontroller.h
|
||||||
api/freediskspacechecker.h
|
api/freediskspacechecker.h
|
||||||
|
api/isessionmanager.h
|
||||||
api/logcontroller.h
|
api/logcontroller.h
|
||||||
api/rsscontroller.h
|
api/rsscontroller.h
|
||||||
api/searchcontroller.h
|
api/searchcontroller.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user