summaryrefslogtreecommitdiffstats
path: root/config.tests
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 /config.tests
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 'config.tests')
-rw-r--r--config.tests/x11/sm/sm.cpp49
-rw-r--r--config.tests/x11/sm/sm.pro4
2 files changed, 0 insertions, 53 deletions
diff --git a/config.tests/x11/sm/sm.cpp b/config.tests/x11/sm/sm.cpp
deleted file mode 100644
index c75d78a754..0000000000
--- a/config.tests/x11/sm/sm.cpp
+++ /dev/null
@@ -1,49 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/
-**
-** This file is part of the config.tests of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:LGPL$
-** GNU Lesser General Public License Usage
-** This file may be used under the terms of the GNU Lesser General Public
-** License version 2.1 as published by the Free Software Foundation and
-** appearing in the file LICENSE.LGPL included in the packaging of this
-** file. Please review the following information to ensure the GNU Lesser
-** General Public License version 2.1 requirements will be met:
-** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
-**
-** In addition, as a special exception, Nokia gives you certain additional
-** rights. These rights are described in the Nokia Qt LGPL Exception
-** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU General
-** Public License version 3.0 as published by the Free Software Foundation
-** and appearing in the file LICENSE.GPL included in the packaging of this
-** file. Please review the following information to ensure the GNU General
-** Public License version 3.0 requirements will be met:
-** http://www.gnu.org/copyleft/gpl.html.
-**
-** Other Usage
-** Alternatively, this file may be used in accordance with the terms and
-** conditions contained in a signed written agreement between you and Nokia.
-**
-**
-**
-**
-**
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-#include <X11/SM/SMlib.h>
-
-int main(int, char **)
-{
- SmPointer pointer;
- pointer = 0;
- return 0;
-}
diff --git a/config.tests/x11/sm/sm.pro b/config.tests/x11/sm/sm.pro
deleted file mode 100644
index 9be43d8aa2..0000000000
--- a/config.tests/x11/sm/sm.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-SOURCES += sm.cpp
-CONFIG += x11
-CONFIG -= qt
-LIBS += $$QMAKE_LIBS_X11SM