From 719c709752b6682629c433e65e66cf4b45205e15 Mon Sep 17 00:00:00 2001 From: Haithem Rahmani Date: Tue, 30 Sep 2014 22:00:37 +0100 Subject: [PATCH 3/3] mkspecs: add freebsd-clang platform --- qtbase/mkspecs/freebsd-clang++35/qmake.conf | 42 ++++++++++++++++++++++++ qtbase/mkspecs/freebsd-clang++35/qplatformdefs.h | 42 ++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 qtbase/mkspecs/freebsd-clang++35/qmake.conf create mode 100644 qtbase/mkspecs/freebsd-clang++35/qplatformdefs.h diff --git a/qtbase/mkspecs/freebsd-clang++35/qmake.conf b/qtbase/mkspecs/freebsd-clang++35/qmake.conf new file mode 100644 index 0000000..3c00820 --- /dev/null +++ b/qtbase/mkspecs/freebsd-clang++35/qmake.conf @@ -0,0 +1,42 @@ +# +# qmake configuration for freebsd-g++46 (using g++46 from ports/lang/gcc) +# + +MAKEFILE_GENERATOR = UNIX +QMAKE_PLATFORM = freebsd bsd + +QMAKE_CFLAGS_THREAD = -pthread -D_THREAD_SAFE + +QMAKE_CXXFLAGS_THREAD = $$QMAKE_CFLAGS_THREAD + +# Addon software goes into /usr/local on the BSDs, by default we will look there +QMAKE_INCDIR = /usr/local/include +QMAKE_LIBDIR = /usr/local/lib + +QMAKE_LFLAGS_THREAD = -pthread + +QMAKE_LIBS = +QMAKE_LIBS_DYNLOAD = +QMAKE_LIBS_X11 = -lXext -lX11 -lm +QMAKE_LIBS_OPENGL = -lGL +QMAKE_LIBS_THREAD = + +QMAKE_AR = ar cqs +QMAKE_OBJCOPY = objcopy +QMAKE_NM = nm -P +QMAKE_RANLIB = ranlib + +include(../common/unix.conf) +include(../common/gcc-base-unix.conf) +include(../common/g++-unix.conf) + +# Redefined here because g++-base.conf sets QMAKE_CC and QMAKE_CXX +# to gcc and g++, respectively. +QMAKE_CC = clang35 +QMAKE_CXX = clang++35 +QMAKE_LINK_C = $$QMAKE_CC +QMAKE_LINK_C_SHLIB = $$QMAKE_CC +QMAKE_LINK = $$QMAKE_CXX +QMAKE_LINK_SHLIB = $$QMAKE_CXX + +load(qt_config) diff --git a/qtbase/mkspecs/freebsd-clang++35/qplatformdefs.h b/qtbase/mkspecs/freebsd-clang++35/qplatformdefs.h new file mode 100644 index 0000000..d4e2d5c --- /dev/null +++ b/qtbase/mkspecs/freebsd-clang++35/qplatformdefs.h @@ -0,0 +1,42 @@ +/**************************************************************************** +** +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). +** Contact: http://www.qt-project.org/legal +** +** This file is part of the qmake spec of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** Commercial License Usage +** Licensees holding valid commercial Qt 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 Digia. For licensing terms and +** conditions see http://qt.digia.com/licensing. For further information +** use the contact form at http://qt.digia.com/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 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, Digia gives you certain additional +** rights. These rights are described in the Digia 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. +** +** +** $QT_END_LICENSE$ +** +****************************************************************************/ + +#include "../freebsd-g++/qplatformdefs.h" -- 2.1.0