2014-01-17 16:36:57 +00:00
|
|
|
#
|
|
|
|
# qmake configuration for freebsd-clang
|
|
|
|
#
|
|
|
|
|
|
|
|
MAKEFILE_GENERATOR = UNIX
|
2016-06-09 09:33:51 +00:00
|
|
|
QMAKE_PLATFORM = freebsd
|
2014-01-17 16:36:57 +00:00
|
|
|
|
2016-06-09 09:33:51 +00:00
|
|
|
include(../common/bsd/bsd.conf)
|
2015-09-29 10:39:08 +00:00
|
|
|
|
2016-06-09 09:33:51 +00:00
|
|
|
# Addon software goes into /usr/local on FreeBSD, by default we will look there
|
2017-05-16 15:28:22 +00:00
|
|
|
QMAKE_INCDIR_POST = /usr/local/include
|
|
|
|
QMAKE_LIBDIR_POST = /usr/local/lib
|
2014-01-17 16:36:57 +00:00
|
|
|
|
2014-11-01 15:57:41 +00:00
|
|
|
QMAKE_LFLAGS_NOUNDEF = -Wl,--no-undefined
|
2014-01-17 16:36:57 +00:00
|
|
|
|
2016-01-29 19:20:50 +00:00
|
|
|
include(../common/gcc-base-unix.conf)
|
|
|
|
include(../common/clang.conf)
|
2014-01-17 16:36:57 +00:00
|
|
|
load(qt_config)
|