mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 13:48:05 -06:00
9 lines
246 B
CMake
9 lines
246 B
CMake
target_sources(qbt_gui PRIVATE powermanagement.h powermanagement.cpp)
|
|
|
|
if (UNIX AND Qt5DBus_FOUND)
|
|
find_package(X11)
|
|
if (X11_FOUND)
|
|
target_sources(qbt_gui PRIVATE powermanagement_x11.h powermanagement_x11.cpp)
|
|
endif()
|
|
endif()
|