diff options
author | Ken Moore <ken@ixsystems.com> | 2018-05-22 09:59:19 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-05-22 09:59:19 -0400 |
commit | c6ddd28e726d82561801ad3db983bbe9840379eb (patch) | |
tree | 0c282482db734967e14a4fb8c220d70d1d919b35 /src-qt5/src-cpp/obsolete/NativeWindow.pri | |
parent | A couple more cleanup operations for lumina textedit (diff) | |
download | lumina-c6ddd28e726d82561801ad3db983bbe9840379eb.tar.gz lumina-c6ddd28e726d82561801ad3db983bbe9840379eb.tar.bz2 lumina-c6ddd28e726d82561801ad3db983bbe9840379eb.zip |
Move the old NativeWindow and NativeEmbedWidget files into an "obsolete" directory.
This prevents them from getting seen/used by builds later (conflict with other files)
Diffstat (limited to 'src-qt5/src-cpp/obsolete/NativeWindow.pri')
-rw-r--r-- | src-qt5/src-cpp/obsolete/NativeWindow.pri | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src-qt5/src-cpp/obsolete/NativeWindow.pri b/src-qt5/src-cpp/obsolete/NativeWindow.pri new file mode 100644 index 00000000..12eb27fe --- /dev/null +++ b/src-qt5/src-cpp/obsolete/NativeWindow.pri @@ -0,0 +1,13 @@ + +# Files +QT *= x11extras +LIBS *= -lc -lxcb -lxcb-ewmh -lxcb-icccm -lxcb-image -lxcb-composite -lxcb-damage -lxcb-util -lxcb-keysyms -lXdamage + +SOURCES *= $${PWD}/NativeWindowSystem.cpp \ + $${PWD}/NativeKeyToQt.cpp \ + $${PWD}/NativeEventFilter.cpp + +HEADERS *= $${PWD}/NativeWindowSystem.h \ + $${PWD}/NativeEventFilter.h + +INCLUDEPATH *= $${PWD} |