diff options
-rw-r--r-- | recipes-qt/qt5/qtdeclarative_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtdeclarative_git.bb b/recipes-qt/qt5/qtdeclarative_git.bb index 91e239f7..cadc62cb 100644 --- a/recipes-qt/qt5/qtdeclarative_git.bb +++ b/recipes-qt/qt5/qtdeclarative_git.bb | |||
@@ -27,6 +27,8 @@ PACKAGECONFIG[qml-debug] = "-qml-debug,-no-qml-debug" | |||
27 | PACKAGECONFIG[qml-network] = "-qml-network, -no-qml-network" | 27 | PACKAGECONFIG[qml-network] = "-qml-network, -no-qml-network" |
28 | PACKAGECONFIG[static] = ",,qtdeclarative-native" | 28 | PACKAGECONFIG[static] = ",,qtdeclarative-native" |
29 | 29 | ||
30 | EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" | ||
31 | |||
30 | do_install_ptest() { | 32 | do_install_ptest() { |
31 | mkdir -p ${D}${PTEST_PATH} | 33 | mkdir -p ${D}${PTEST_PATH} |
32 | for var in `find ${B}/tests/auto/ -name tst_*`; do | 34 | for var in `find ${B}/tests/auto/ -name tst_*`; do |