qt5base-lts/mkspecs/devices/linux-generic-g++/qmake.conf

10 lines
322 B
Plaintext
Raw Normal View History

#
# 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)