From a06a8b192fb3a286c25240a52666a8cf029abbe3 Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Tue, 2 Aug 2016 03:00:13 +0200 Subject: Removed libdwarf build dependency Building libbacktrace is actually hard, since (a) there is no pkg-config available for libdwarf, and (b) there's both libdwarf and libdw providing dwarf.h. Since we just need a couple of #defines, it is way easier to define those ourselves than dealing with this config mess. Change-Id: Ib1d8e88fe6104827fe3a2bcc5e8c1ff9f52f00df Reviewed-by: Bernd Weimer Reviewed-by: Dominik Holland --- config.tests/libdwarf/libdwarf.pro | 5 ---- config.tests/libdwarf/main.cpp | 47 -------------------------------------- 2 files changed, 52 deletions(-) delete mode 100644 config.tests/libdwarf/libdwarf.pro delete mode 100644 config.tests/libdwarf/main.cpp (limited to 'config.tests') diff --git a/config.tests/libdwarf/libdwarf.pro b/config.tests/libdwarf/libdwarf.pro deleted file mode 100644 index c404c538..00000000 --- a/config.tests/libdwarf/libdwarf.pro +++ /dev/null @@ -1,5 +0,0 @@ -TARGET = libdwarf -CONFIG -= qt -CONFIG += console - -SOURCES += main.cpp diff --git a/config.tests/libdwarf/main.cpp b/config.tests/libdwarf/main.cpp deleted file mode 100644 index d1bd6617..00000000 --- a/config.tests/libdwarf/main.cpp +++ /dev/null @@ -1,47 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2016 Pelagicore AG -** Contact: https://www.qt.io/licensing/ -** -** This file is part of the Pelagicore Application Manager. -** -** $QT_BEGIN_LICENSE:LGPL-QTAS$ -** Commercial License Usage -** Licensees holding valid commercial Qt Automotive Suite licenses may use -** this file in accordance with the commercial license agreement provided -** with the Software or, alternatively, in accordance with the terms -** contained in a written agreement between you and The Qt Company. For -** licensing terms and conditions see https://www.qt.io/terms-conditions. -** For further information use the contact form at https://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 3 as published by the Free Software -** Foundation and appearing in the file LICENSE.LGPL3 included in the -** packaging of this file. Please review the following information to -** ensure the GNU Lesser General Public License version 3 requirements -** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. -** -** GNU General Public License Usage -** Alternatively, this file may be used under the terms of the GNU -** General Public License version 2.0 or (at your option) the GNU General -** Public license version 3 or any later version approved by the KDE Free -** Qt Foundation. The licenses are as published by the Free Software -** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 -** included in the packaging of this file. Please review the following -** information to ensure the GNU General Public License requirements will -** be met: https://www.gnu.org/licenses/gpl-2.0.html and -** https://www.gnu.org/licenses/gpl-3.0.html. -** -** $QT_END_LICENSE$ -** -** SPDX-License-Identifier: LGPL-3.0 -** -****************************************************************************/ - -#include - -int main() -{ - return 0; -} -- cgit v1.2.3