diff options
author | Morten Sorvig <msorvig@trolltech.com> | 2011-03-16 11:13:20 (GMT) |
---|---|---|
committer | Morten Sorvig <msorvig@trolltech.com> | 2011-03-16 11:13:20 (GMT) |
commit | 8ec40d6de585315e0a4bd4f533a9113e836c8436 (patch) | |
tree | 637528b48c10b03e1f135296995a499f7cf08403 /configure | |
parent | f0fc5b8a9ab3f4bca0022771e576722d63a78ca2 (diff) | |
download | Qt-8ec40d6de585315e0a4bd4f533a9113e836c8436.zip Qt-8ec40d6de585315e0a4bd4f533a9113e836c8436.tar.gz Qt-8ec40d6de585315e0a4bd4f533a9113e836c8436.tar.bz2 |
Rename qconfig-minimal-system-depenencies.h
Rename to qconfig.nacl.h. This reflects that the
config now enables all dependencies NaCl can
support, not necessarily the minimal set.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -960,8 +960,8 @@ if [ "$CFG_EMBEDDED" = "nacl" ]; then PLATFORM_QPA=yes echo "-fast" OPT_FAST=yes - echo "-qconfig minimal-system-dependencies" - CFG_QCONFIG=minimal-system-dependencies + echo "-qconfig nacl" + CFG_QCONFIG=nacl if [ `uname` = "Linux" ]; then I_FLAGS="$I_FLAGS -I${CFG_NACL_PATH}/toolchain/linux_x86/sdk/nacl-sdk/include" |