809bc47fad
there is no reason whatsoever to duplicate this so many times, and even less reason to have specs with a deviating default. Change-Id: Ia25836c079580adebc373697b8bd03598f79c69b Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
14 lines
298 B
Plaintext
14 lines
298 B
Plaintext
#
|
|
# 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)
|
|
|
|
|
|
load(qt_config)
|