diff options
author | Ken Moore <ken@ixsystems.com> | 2017-01-31 14:12:29 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-01-31 14:12:29 -0500 |
commit | 223e28da7a0c67b5ad1e844dbbbd6f4bd7557977 (patch) | |
tree | b2533ffd6cfbad97c09ba8a36c51a79902ef6a33 /src-qt5/core/libLumina/RootWindow.pri | |
parent | Get the next phase of Lumina2 working: The context menu for the desktop itself. (diff) | |
download | lumina-223e28da7a0c67b5ad1e844dbbbd6f4bd7557977.tar.gz lumina-223e28da7a0c67b5ad1e844dbbbd6f4bd7557977.tar.bz2 lumina-223e28da7a0c67b5ad1e844dbbbd6f4bd7557977.zip |
Get a lot more of Lumina2 working. Now the window embed systems are functional, with 2-way create/show/hide/close detection. Windows do not detect/resize as needed yet though.
Diffstat (limited to 'src-qt5/core/libLumina/RootWindow.pri')
-rw-r--r-- | src-qt5/core/libLumina/RootWindow.pri | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src-qt5/core/libLumina/RootWindow.pri b/src-qt5/core/libLumina/RootWindow.pri index 7ef3efb0..fac1992d 100644 --- a/src-qt5/core/libLumina/RootWindow.pri +++ b/src-qt5/core/libLumina/RootWindow.pri @@ -1,7 +1,10 @@ # Files -SOURCES *= $${PWD}/RootWindow.cpp -HEADERS *= $${PWD}/RootWindow.h +SOURCES *= $${PWD}/RootWindow.cpp \ + $${PWD}/RootSubWindow.cpp + +HEADERS *= $${PWD}/RootWindow.h \ + $${PWD}/RootSubWindow.h INCLUDEPATH *= ${PWD} |