mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-26 06:07:04 +08:00
10 lines
329 B
Plaintext
10 lines
329 B
Plaintext
#
|
|
# Generic qmake configuration for cross-compiling with clang
|
|
#
|
|
# A minimal configure line could look something like this:
|
|
# ./configure -device freebsd-generic-clang -device-option CROSS_COMPILE=/usr/armv6-freebsd/usr/bin/
|
|
|
|
include(../common/freebsd_device_pre.conf)
|
|
include(../common/freebsd_device_post.conf)
|
|
load(qt_config)
|