diff options
Diffstat (limited to 'recipes-qt/qt5/qtremoteobjects_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtremoteobjects_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtremoteobjects_git.bb b/recipes-qt/qt5/qtremoteobjects_git.bb index 3d1fcfc4..a2f0c04b 100644 --- a/recipes-qt/qt5/qtremoteobjects_git.bb +++ b/recipes-qt/qt5/qtremoteobjects_git.bb | |||
@@ -18,8 +18,8 @@ SRC_URI += " \ | |||
18 | " | 18 | " |
19 | 19 | ||
20 | PACKAGECONFIG ??= "" | 20 | PACKAGECONFIG ??= "" |
21 | PACKAGECONFIG_class-native ??= "tools-only" | 21 | PACKAGECONFIG:class-native ??= "tools-only" |
22 | PACKAGECONFIG_class-nativesdk ??= "tools-only" | 22 | PACKAGECONFIG:class-nativesdk ??= "tools-only" |
23 | PACKAGECONFIG[tools-only] = "CONFIG+=tools-only" | 23 | PACKAGECONFIG[tools-only] = "CONFIG+=tools-only" |
24 | 24 | ||
25 | EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" | 25 | EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" |