From 5480650d050895ab184186ee3813004da494fc30 Mon Sep 17 00:00:00 2001 From: David Faure Date: Tue, 4 Dec 2012 22:39:56 +0100 Subject: Initial creation of the qtx11support library. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This implements QX11Info again, for source compat with Qt4, on top of the XCB QPA backend. The API and the documentation are forward-ported from Qt4 (minus things that cannot be implemented anymore). The implementation, however, is new (by Richard Moore, in this initial commit). Change-Id: Iff9fd16fa6aaaa54f6d3cc0843b6b6fd08d5b1fb Reviewed-by: Richard J. Moore Reviewed-by: Lars Knoll Reviewed-by: Samuel Rødal --- .qmake.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 .qmake.conf (limited to '.qmake.conf') diff --git a/.qmake.conf b/.qmake.conf new file mode 100644 index 0000000..42ba8e4 --- /dev/null +++ b/.qmake.conf @@ -0,0 +1 @@ +load(qt_build_config) -- cgit v1.2.1