mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-10 00:57:24 +03:00
0f1473e212
Remove visual style settings
9 lines
198 B
Text
9 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
|
|
}
|