summaryrefslogtreecommitdiff
path: root/.qmake.conf
diff options
context:
space:
mode:
authorDavid Faure <david.faure@kdab.com>2012-12-04 22:39:56 +0100
committerDavid Faure <david.faure@kdab.com>2012-12-05 11:19:23 +0100
commit5480650d050895ab184186ee3813004da494fc30 (patch)
treedf7b98900fca5c099fca583fd6cc6eb8d1c34c2b /.qmake.conf
parent20422631502054cd86a7ef5b1cef6953b72f535c (diff)
downloadqtx11extras-5480650d050895ab184186ee3813004da494fc30.tar.gz
Initial creation of the qtx11support library.
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 <rich@kde.org> Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf1
1 files changed, 1 insertions, 0 deletions
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)