mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
12 lines
175 B
CMake
12 lines
175 B
CMake
target_sources(qbt_gui PRIVATE
|
|
# headers
|
|
logfiltermodel.h
|
|
loglistview.h
|
|
logmodel.h
|
|
|
|
#sources
|
|
logfiltermodel.cpp
|
|
loglistview.cpp
|
|
logmodel.cpp
|
|
)
|