diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-08 22:13:07 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-09 13:55:04 +0200 |
commit | 1965248b7ba440e27c5c8e30f35ce8cf4afc7987 (patch) | |
tree | 1f9182440320db4d6d07febef20c8160e222a443 /recipes-qt/qt5 | |
parent | 9773d8eb228275751bb2585d823e8df956356b14 (diff) | |
download | meta-qt5-1965248b7ba440e27c5c8e30f35ce8cf4afc7987.tar.gz |
qmake5: use QT_CONF_PATH variable in do_generate_qt_config_file
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5')
-rw-r--r-- | recipes-qt/qt5/qtbase.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 2af91796..a89bbc16 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc | |||
@@ -75,7 +75,7 @@ INC_PR = "r0" | |||
75 | ARM_INSTRUCTION_SET = "arm" | 75 | ARM_INSTRUCTION_SET = "arm" |
76 | 76 | ||
77 | do_generate_qt_config_file_append() { | 77 | do_generate_qt_config_file_append() { |
78 | cat >> ${WORKDIR}/qt.conf <<EOF | 78 | cat >> ${QT_CONF_PATH} <<EOF |
79 | 79 | ||
80 | [EffectivePaths] | 80 | [EffectivePaths] |
81 | Prefix=.. | 81 | Prefix=.. |