diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt index 3acd98297..db123eca4 100644 --- a/src/app/CMakeLists.txt +++ b/src/app/CMakeLists.txt @@ -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 diff --git a/src/gui/powermanagement/CMakeLists.txt b/src/gui/powermanagement/CMakeLists.txt index 17b0395e7..760e5f9c0 100644 --- a/src/gui/powermanagement/CMakeLists.txt +++ b/src/gui/powermanagement/CMakeLists.txt @@ -1,5 +1,8 @@ add_library(qbt_powermanagement STATIC +# headers powermanagement.h + +# sources powermanagement.cpp ) diff --git a/src/gui/qtnotify/CMakeLists.txt b/src/gui/qtnotify/CMakeLists.txt index 7283f1f70..2328dd0ed 100644 --- a/src/gui/qtnotify/CMakeLists.txt +++ b/src/gui/qtnotify/CMakeLists.txt @@ -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) diff --git a/src/webui/CMakeLists.txt b/src/webui/CMakeLists.txt index acfeda8d7..1350691ec 100644 --- a/src/webui/CMakeLists.txt +++ b/src/webui/CMakeLists.txt @@ -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