diff options
author | Ken Moore <ken@ixsystems.com> | 2018-01-02 15:57:56 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-01-02 15:57:56 -0500 |
commit | 6cbd6541d5536f59973ba625b267eb8ad64d747b (patch) | |
tree | 029c4758155d1b19cd3afd9fe659c35d0009d94e /src-qt5/core/lumina-desktop-unified/src-desktop/desktop.pri | |
parent | Finished transitioning from QPrintPreviewWidget to QGraphicsView (diff) | |
download | lumina-6cbd6541d5536f59973ba625b267eb8ad64d747b.tar.gz lumina-6cbd6541d5536f59973ba625b267eb8ad64d747b.tar.bz2 lumina-6cbd6541d5536f59973ba625b267eb8ad64d747b.zip |
Add the new "DesktopManager" class into lumina2 sources.
This is the class that watches for settings file changes and/or converts settings into interface object values.
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/src-desktop/desktop.pri')
-rw-r--r-- | src-qt5/core/lumina-desktop-unified/src-desktop/desktop.pri | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/src-desktop/desktop.pri b/src-qt5/core/lumina-desktop-unified/src-desktop/desktop.pri index e4c4faeb..f4a6882d 100644 --- a/src-qt5/core/lumina-desktop-unified/src-desktop/desktop.pri +++ b/src-qt5/core/lumina-desktop-unified/src-desktop/desktop.pri @@ -1,8 +1,10 @@ QT *= gui widgets qml quick -SOURCES *= $${PWD}/RootWindow.cpp +SOURCES *= $${PWD}/RootWindow.cpp \ + $${PWD}/Desktopmanager.cpp -HEADERS *= $${PWD}/RootWindow.h +HEADERS *= $${PWD}/RootWindow.h \ + $${PWD}/DesktopManager.h #update the includepath so we can just #include as needed without paths INCLUDEPATH *= $${PWD} |