summaryrefslogtreecommitdiffstats
path: root/src/client/shellintegration/shellintegration.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/shellintegration/shellintegration.pri')
-rw-r--r--src/client/shellintegration/shellintegration.pri11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/client/shellintegration/shellintegration.pri b/src/client/shellintegration/shellintegration.pri
new file mode 100644
index 000000000..de889a47a
--- /dev/null
+++ b/src/client/shellintegration/shellintegration.pri
@@ -0,0 +1,11 @@
+INCLUDEPATH += $$PWD
+
+SOURCES += \
+ $$PWD/qwaylandshellintegrationplugin.cpp \
+ $$PWD/qwaylandshellintegrationfactory.cpp
+
+HEADERS += \
+ $$PWD/qwaylandshellintegration_p.h \
+ $$PWD/qwaylandshellintegrationplugin_p.h \
+ $$PWD/qwaylandshellintegrationfactory_p.h
+