mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -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
|
|
}
|