summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorDonald Carr <donald.carr@nokia.com>2012-05-31 02:12:32 +0000
committerQt by Nokia <qt-info@nokia.com>2012-06-01 03:15:55 +0200
commit698e5b376db43d82cd2931f726abe2effaac08aa (patch)
treea84f886655c4e20e6fcaa5d1c3ffc86b29d9f3e3 /src/widgets
parent22ef98c0b11f3d2e48af6adce11d79c5d1cae194 (diff)
Remove all references to X11 session management
There is no session management currently implemented for the xcb QPA backend. Update the build system to reflect this. Change-Id: I3486de5741f1fb7e09330ca142b8235a84d3b91d Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/widgets.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/widgets/widgets.pro b/src/widgets/widgets.pro
index 4eb9634366..91ac4074e9 100644
--- a/src/widgets/widgets.pro
+++ b/src/widgets/widgets.pro
@@ -20,8 +20,6 @@ QMAKE_DOCS_INDEX = ../../doc
include(../qbase.pri)
-contains(QT_CONFIG, x11sm):CONFIG += x11sm
-
#platforms
mac:include(kernel/mac.pri)
win32:include(kernel/win.pri)