summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-qt/qt5/qt5.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qt5.inc b/recipes-qt/qt5/qt5.inc
index dfc1c767..bb0bcdca 100644
--- a/recipes-qt/qt5/qt5.inc
+++ b/recipes-qt/qt5/qt5.inc
@@ -1,4 +1,4 @@
1# Copyright (C) 2012 O.S. Systems Software LTDA. 1# Copyright (C) 2012, 2014 O.S. Systems Software LTDA.
2# Copyright (C) 2013 Martin Jansa <martin.jansa@gmail.com> 2# Copyright (C) 2013 Martin Jansa <martin.jansa@gmail.com>
3 3
4inherit qmake5 4inherit qmake5
@@ -54,6 +54,8 @@ FILES_${PN}-tools-dbg = " \
54" 54"
55FILES_${PN}-plugins-dbg = " \ 55FILES_${PN}-plugins-dbg = " \
56 ${OE_QMAKE_PATH_PLUGINS}/*/.debug/* \ 56 ${OE_QMAKE_PATH_PLUGINS}/*/.debug/* \
57 ${OE_QMAKE_PATH_PLUGINS}/*/*/.debug/* \
58 ${OE_QMAKE_PATH_PLUGINS}/*/*/*/.debug/* \
57" 59"
58 60
59# extra packages 61# extra packages
@@ -98,6 +100,8 @@ FILES_${PN}-tools = " \
98" 100"
99FILES_${PN}-plugins = " \ 101FILES_${PN}-plugins = " \
100 ${OE_QMAKE_PATH_PLUGINS}/*/*${SOLIBSDEV} \ 102 ${OE_QMAKE_PATH_PLUGINS}/*/*${SOLIBSDEV} \
103 ${OE_QMAKE_PATH_PLUGINS}/*/*/*${SOLIBSDEV} \
104 ${OE_QMAKE_PATH_PLUGINS}/*/*/*/*${SOLIBSDEV} \
101" 105"
102FILES_${PN}-mkspecs = "\ 106FILES_${PN}-mkspecs = "\
103 ${OE_QMAKE_PATH_ARCHDATA}/mkspecs \ 107 ${OE_QMAKE_PATH_ARCHDATA}/mkspecs \