mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
cmake: fix compilation
This commit is contained in:
parent
696ea0bf94
commit
1e9bbce249
1 changed files with 2 additions and 0 deletions
|
@ -2,10 +2,12 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
||||||
|
|
||||||
set(QBT_APP_HEADERS
|
set(QBT_APP_HEADERS
|
||||||
application.h
|
application.h
|
||||||
|
filelogger.h
|
||||||
)
|
)
|
||||||
|
|
||||||
set(QBT_APP_SOURCES
|
set(QBT_APP_SOURCES
|
||||||
application.cpp
|
application.cpp
|
||||||
|
filelogger.cpp
|
||||||
main.cpp
|
main.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue