summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper/wayland_wrapper.pri
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>2012-01-17 15:32:32 +0200
committerJørgen Lind <jorgen.lind@nokia.com>2012-01-17 17:30:52 +0100
commitd458c31998f5e4fcf85cf31e4b9033fd18f77052 (patch)
tree112f8830e3b87a36012c7b4dd638680b64bf0ac7 /src/compositor/wayland_wrapper/wayland_wrapper.pri
parentc4d4ca361744c689a6dd9b2436931fdcb5aa6df8 (diff)
Implement selection offers from compositor to clients.
It is a hack but works beautifully. It allows the compositor to participate in copy-paste which becomes mandatory when there is UI running in the compositor process. Change-Id: I1993d8705a26159eff0c9947244b66e954b9f460 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
Diffstat (limited to 'src/compositor/wayland_wrapper/wayland_wrapper.pri')
-rw-r--r--src/compositor/wayland_wrapper/wayland_wrapper.pri8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/compositor/wayland_wrapper/wayland_wrapper.pri b/src/compositor/wayland_wrapper/wayland_wrapper.pri
index 4c1f6ee13..843f3d6d4 100644
--- a/src/compositor/wayland_wrapper/wayland_wrapper.pri
+++ b/src/compositor/wayland_wrapper/wayland_wrapper.pri
@@ -20,7 +20,8 @@ HEADERS += \
$$PWD/wlextendedsurface.h \
$$PWD/wlextendedoutput.h \
$$PWD/wlsubsurface.h \
- $$PWD/wltouch.h
+ $$PWD/wltouch.h \
+ $$PWD/../../shared/qwaylandmimehelper.h
SOURCES += \
$$PWD/wlcompositor.cpp \
@@ -37,5 +38,8 @@ SOURCES += \
$$PWD/wlextendedsurface.cpp \
$$PWD/wlextendedoutput.cpp \
$$PWD/wlsubsurface.cpp \
- $$PWD/wltouch.cpp
+ $$PWD/wltouch.cpp \
+ $$PWD/../../shared/qwaylandmimehelper.cpp
+
+INCLUDEPATH += $$PWD/../../shared