mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 03:59:59 +08:00
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)
|