QMake: Include all GUI sources in "gui.pri"

This commit is contained in:
Vladimir Golovnev (Glassez)
2020-05-02 14:45:26 +03:00
parent 4e7ff88cf4
commit ace8a093d2
4 changed files with 43 additions and 49 deletions

View File

@@ -1,7 +0,0 @@
HEADERS += $$PWD/powermanagement.h
SOURCES += $$PWD/powermanagement.cpp
unix:!macx:dbus {
HEADERS += $$PWD/powermanagement_x11.h
SOURCES += $$PWD/powermanagement_x11.cpp
}