10 lines
322 B
Plaintext
10 lines
322 B
Plaintext
|
#
|
||
|
# Generic qmake configuration for building with g++ on generic devices.
|
||
|
#
|
||
|
# A minimal configure line could look something like this:
|
||
|
# ./configure -device linux-generic-g++ -device-option CROSS_COMPILE=mipsel-linux-gnu-
|
||
|
|
||
|
include(../common/linux_device_pre.conf)
|
||
|
include(../common/linux_device_post.conf)
|
||
|
load(qt_config)
|