summaryrefslogtreecommitdiffstats
path: root/mkspecs/devices/linux-arm-generic-g++/qmake.conf
blob: 3dbd297b94d49751cbb17252e590a5ca36e41d0a (plain)
1
2
3
4
5
6
7
8
9
#
# 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)