From bbb2da4a1b49f37e3b009ea81ffcd0cc03e07ef4 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 26 May 2011 01:35:29 +0200 Subject: add an xcb based clipboard implementation Copying from the app to somewhere else works fine, but pasting into the app is still broken. --- src/plugins/platforms/xcb/xcb.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/platforms/xcb/xcb.pro') diff --git a/src/plugins/platforms/xcb/xcb.pro b/src/plugins/platforms/xcb/xcb.pro index bc44bcf85e..84d3d53f94 100644 --- a/src/plugins/platforms/xcb/xcb.pro +++ b/src/plugins/platforms/xcb/xcb.pro @@ -6,7 +6,7 @@ QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/platforms QT += core-private gui-private SOURCES = \ -# qxcbclipboard.cpp \ + qxcbclipboard.cpp \ qxcbconnection.cpp \ qxcbintegration.cpp \ qxcbkeyboard.cpp \ @@ -18,7 +18,7 @@ SOURCES = \ qxcbnativeinterface.cpp HEADERS = \ -# qxcbclipboard.h \ + qxcbclipboard.h \ qxcbconnection.h \ qxcbintegration.h \ qxcbkeyboard.h \ -- cgit v1.2.3