From 698e5b376db43d82cd2931f726abe2effaac08aa Mon Sep 17 00:00:00 2001 From: Donald Carr Date: Thu, 31 May 2012 02:12:32 +0000 Subject: Remove all references to X11 session management MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Oswald Buddenhagen --- config.tests/x11/sm/sm.cpp | 49 ---------------------------------------------- config.tests/x11/sm/sm.pro | 4 ---- 2 files changed, 53 deletions(-) delete mode 100644 config.tests/x11/sm/sm.cpp delete mode 100644 config.tests/x11/sm/sm.pro (limited to 'config.tests/x11') 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 - -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 -- cgit v1.2.3