diff options
author | Jonathan Liu <net147@gmail.com> | 2013-06-14 23:15:37 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-14 14:10:01 +0100 |
commit | 07ba7936d431f5d2d56ad7d2b6ac29d65edf4a0f (patch) | |
tree | 31ae6efba8e6dfcaf600ae54236c274e54510af6 /meta/recipes-qt/qt4 | |
parent | 33c762b8e5b06486aa00eae69d9c7ae260199ac1 (diff) | |
download | poky-07ba7936d431f5d2d56ad7d2b6ac29d65edf4a0f.tar.gz |
qt4: set QMAKE_COMPILER to gcc in mkspec
This avoids the following warning when running qmake:
Project WARNING: qmake spec does not announce the compiler family.
Guessed gcc.
(From OE-Core rev: 6c78f629323bea0be44181d60e3ce45be0416093)
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-4.8.4/g++.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4-4.8.4/g++.conf b/meta/recipes-qt/qt4/qt4-4.8.4/g++.conf index d34c62c396..8755031017 100644 --- a/meta/recipes-qt/qt4/qt4-4.8.4/g++.conf +++ b/meta/recipes-qt/qt4/qt4-4.8.4/g++.conf | |||
@@ -2,6 +2,8 @@ | |||
2 | # qmake configuration for common gcc | 2 | # qmake configuration for common gcc |
3 | # | 3 | # |
4 | 4 | ||
5 | QMAKE_COMPILER = gcc | ||
6 | |||
5 | QMAKE_CC = $(OE_QMAKE_CC) | 7 | QMAKE_CC = $(OE_QMAKE_CC) |
6 | QMAKE_CFLAGS += -pipe $(OE_QMAKE_CFLAGS) | 8 | QMAKE_CFLAGS += -pipe $(OE_QMAKE_CFLAGS) |
7 | QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO += $(OE_QMAKE_CFLAGS) | 9 | QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO += $(OE_QMAKE_CFLAGS) |