summaryrefslogtreecommitdiffstats
path: root/src/client/shellintegration/shellintegration.pri
blob: de889a47af28ffa7a3319b10ee01c3648064f8a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
INCLUDEPATH += $$PWD

SOURCES += \
           $$PWD/qwaylandshellintegrationplugin.cpp \
           $$PWD/qwaylandshellintegrationfactory.cpp

HEADERS += \
           $$PWD/qwaylandshellintegration_p.h \
           $$PWD/qwaylandshellintegrationplugin_p.h \
           $$PWD/qwaylandshellintegrationfactory_p.h