diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-27 16:43:59 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-01 20:32:34 +0100 |
commit | 9f04cb7bb6f9753e32988127038b648afbd9b974 (patch) | |
tree | c5bcd517f4d2b19d00d22c15aaaf64a9249fd851 /recipes-qt/qt5/qt5-native.inc | |
parent | 319a61802d4d5fb971693f3df1e69450e7bbab8a (diff) | |
download | meta-qt5-9f04cb7bb6f9753e32988127038b648afbd9b974.tar.gz |
qt5: move module specific files to own directories
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qt5-native.inc')
-rw-r--r-- | recipes-qt/qt5/qt5-native.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qt5-native.inc b/recipes-qt/qt5/qt5-native.inc index 11cfcff0..392508fa 100644 --- a/recipes-qt/qt5/qt5-native.inc +++ b/recipes-qt/qt5/qt5-native.inc | |||
@@ -10,7 +10,7 @@ inherit native | |||
10 | 10 | ||
11 | QT_MODULE = "qtbase" | 11 | QT_MODULE = "qtbase" |
12 | 12 | ||
13 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/qtbase:" | 13 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/qtbase:" |
14 | 14 | ||
15 | SRC_URI += " \ | 15 | SRC_URI += " \ |
16 | file://0001-qlibraryinfo-Allow-the-specification-of-where-to-loa.patch \ | 16 | file://0001-qlibraryinfo-Allow-the-specification-of-where-to-loa.patch \ |