summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported/freebsd-g++/qmake.conf
diff options
context:
space:
mode:
authorRalf Nolden <nolden@kde.org>2016-05-20 21:50:36 +0200
committerRalf Nolden <nolden@kde.org>2016-05-23 09:51:02 +0000
commite28d31dbfaca7f870240fe414ccfedceb16731d7 (patch)
treefab32e608a6feeaa27ffa8d265be0acaea32b082 /mkspecs/unsupported/freebsd-g++/qmake.conf
parenteda29451e958cb4981c254d48a20125988a04a45 (diff)
Move freebsd-g++ mkspecs back for supported FreeBSD 9.3 and up
FreeBSD 9.3 is still supported and uses gcc as the default compiler, therefore FreeBSD ports require patching the mkspecs back. To avoid patching, move the mkspecs back to the right place and adapt the path in the qmake.conf/qplatformdefs.h [ChangeLog][FreeBSD] The freebsd-g++ mkspec was moved back and no longer requires the "unsupported/" prefix, matching the FreeBSD ports tree, as FreeBSD 9.3 still defaults to using GCC. Users of GCC that did not previously use the ports patch will need to adapt their build scripts and drop the "unsupported/" prefix. Change-Id: Ideda4a33cccf5381000f6f50b6ae92a5c24ba9d4 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'mkspecs/unsupported/freebsd-g++/qmake.conf')
-rw-r--r--mkspecs/unsupported/freebsd-g++/qmake.conf34
1 files changed, 0 insertions, 34 deletions
diff --git a/mkspecs/unsupported/freebsd-g++/qmake.conf b/mkspecs/unsupported/freebsd-g++/qmake.conf
deleted file mode 100644
index 527a94870c..0000000000
--- a/mkspecs/unsupported/freebsd-g++/qmake.conf
+++ /dev/null
@@ -1,34 +0,0 @@
-#
-# qmake configuration for freebsd-g++
-#
-
-MAKEFILE_GENERATOR = UNIX
-QMAKE_PLATFORM = freebsd bsd
-
-include(../../common/unix.conf)
-
-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_EXECINFO = -lexecinfo
-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 =
-
-include(../../common/gcc-base-unix.conf)
-include(../../common/g++-unix.conf)
-load(qt_config)