summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported/nacl-g++/qmake.conf
blob: f5dee8041347c30a8190703095a3eee55adf0af8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# qmake configuration for building with nacl-g++
#

include(../../common/linux.conf)
include(../../common/qws.conf)
include(../../common/gcc-base-unix.conf)
include(../../common/g++-unix.conf)
include(../../common/nacl/nacl-base.conf)
include(../../common/nacl/g++-nacl32.conf)

QT = core gui

load(qt_config)