mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
10 lines
321 B
Plaintext
10 lines
321 B
Plaintext
#
|
|
# Generic qmake configuration for building with g++ on arm devices.
|
|
#
|
|
# A minimal configure line could look something like this:
|
|
# ./configure -device arm-generic-g++ -device-option CROSS_COMPILE=arm-linux-gnueabi-
|
|
|
|
include(../common/linux_device_pre.conf)
|
|
include(../common/linux_arm_device_post.conf)
|
|
load(qt_config)
|