summaryrefslogtreecommitdiffstats
path: root/config.tests/symbian/audio
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2011-11-07 10:16:21 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-07 12:01:47 +0100
commiteb7192a96d5fa7a55ed07b7170db93f68ae6e768 (patch)
tree26e2f4fb3c82e01d1da977d1a89d4ac2e4866f3e /config.tests/symbian/audio
parent50890c0da8b2be78d1a5d243feadac1cd9698eca (diff)
remove symbian support from configure
Change-Id: Ib37defb1a69b3f8e5e5c6698f022291849f52716 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'config.tests/symbian/audio')
-rw-r--r--config.tests/symbian/audio/.gitignore2
-rw-r--r--config.tests/symbian/audio/audio.cpp47
-rw-r--r--config.tests/symbian/audio/audio.pro10
3 files changed, 0 insertions, 59 deletions
diff --git a/config.tests/symbian/audio/.gitignore b/config.tests/symbian/audio/.gitignore
deleted file mode 100644
index 87a251c68a..0000000000
--- a/config.tests/symbian/audio/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-audio.rpp
-audio.rsg
diff --git a/config.tests/symbian/audio/audio.cpp b/config.tests/symbian/audio/audio.cpp
deleted file mode 100644
index 84f9b3a405..0000000000
--- a/config.tests/symbian/audio/audio.cpp
+++ /dev/null
@@ -1,47 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
-**
-** 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 <sounddevice.h>
-
-int main(int argc, char **argv)
-{
- return 0;
-}
diff --git a/config.tests/symbian/audio/audio.pro b/config.tests/symbian/audio/audio.pro
deleted file mode 100644
index b496341a36..0000000000
--- a/config.tests/symbian/audio/audio.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-TARGET = audio
-SOURCES = audio.cpp
-
-INCLUDEPATH += $${EPOCROOT}epoc32/include/mmf/server
-INCLUDEPATH += $${EPOCROOT}epoc32/include/mmf/common
-INCLUDEPATH += $${EPOCROOT}epoc32/include/platform
-
-LIBS += -lmmfdevsound
-CONFIG -= qt
-QT =