mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-09 16:47:27 +03:00
10 lines
198 B
Text
10 lines
198 B
Text
|
INCLUDEPATH += $$PWD
|
||
|
|
||
|
HEADERS += $$PWD/powermanagement.h
|
||
|
SOURCES += $$PWD/powermanagement.cpp
|
||
|
|
||
|
unix:!macx {
|
||
|
HEADERS += $$PWD/powermanagement_x11.h
|
||
|
SOURCES += $$PWD/powermanagement_x11.cpp
|
||
|
}
|