summaryrefslogtreecommitdiffstats
path: root/mkspecs/qws/linux-avr32-g++/qmake.conf
blob: 057c93870d87dff9155eee59154168248ff0a4cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# qmake configuration for building with avr32-linux-g++
#

include(../../common/g++.conf)
include(../../common/linux.conf)
include(../../common/qws.conf)

# modifications to g++.conf
QMAKE_CC                = avr32-linux-gcc
QMAKE_CXX               = avr32-linux-g++
QMAKE_LINK              = avr32-linux-g++
QMAKE_LINK_SHLIB        = avr32-linux-g++

# modifications to linux.conf
QMAKE_AR                = avr32-linux-ar cqs
QMAKE_OBJCOPY           = avr32-linux-objcopy
QMAKE_STRIP             = avr32-linux-strip

load(qt_config)