79ebb1621e
Support cross-compiling for x86 and x86_64 nacl. Change-Id: I652702f9671b35963450c42dac5e27bedc698df0 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
15 lines
314 B
Plaintext
15 lines
314 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/nacl64-base.conf)
|
|
include(../../common/nacl/g++-nacl64.conf)
|
|
|
|
QT = core gui
|
|
|
|
load(qt_config)
|