mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 05:38:06 -06:00
10 lines
199 B
Plaintext
10 lines
199 B
Plaintext
INCLUDEPATH += $$PWD
|
|
|
|
HEADERS += $$PWD/powermanagement.h
|
|
SOURCES += $$PWD/powermanagement.cpp
|
|
|
|
unix:!macx:dbus {
|
|
HEADERS += $$PWD/powermanagement_x11.h
|
|
SOURCES += $$PWD/powermanagement_x11.cpp
|
|
}
|