mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-16 01:30:09 +00: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
|
|
}
|