17 lines
396 B
Plaintext
17 lines
396 B
Plaintext
#
|
|
# qmake configuration for freebsd-g++
|
|
#
|
|
|
|
MAKEFILE_GENERATOR = UNIX
|
|
QMAKE_PLATFORM = freebsd
|
|
|
|
include(../common/bsd/bsd.conf)
|
|
|
|
# Addon software goes into /usr/local on FreeBSD, by default we will look there
|
|
QMAKE_INCDIR_POST = /usr/local/include
|
|
QMAKE_LIBDIR_POST = /usr/local/lib
|
|
|
|
include(../common/gcc-base-unix.conf)
|
|
include(../common/g++-unix.conf)
|
|
load(qt_config)
|