diff options
author | Donald Carr <donald.carr@nokia.com> | 2012-05-31 02:12:32 +0000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-06-01 03:15:55 +0200 |
commit | 698e5b376db43d82cd2931f726abe2effaac08aa (patch) | |
tree | a84f886655c4e20e6fcaa5d1c3ffc86b29d9f3e3 /config.tests/x11 | |
parent | 22ef98c0b11f3d2e48af6adce11d79c5d1cae194 (diff) |
Diffstat (limited to 'config.tests/x11')
-rw-r--r-- | config.tests/x11/sm/sm.cpp | 49 | ||||
-rw-r--r-- | config.tests/x11/sm/sm.pro | 4 |
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 |