summaryrefslogtreecommitdiff
path: root/mkspecs
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/mkspecs.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/mkspecs/mkspecs.pro b/mkspecs/mkspecs.pro
index 1c6be92..29bc350 100644
--- a/mkspecs/mkspecs.pro
+++ b/mkspecs/mkspecs.pro
@@ -2,4 +2,8 @@ TEMPLATE = subdirs
include($$QTIVI_BUILD_ROOT/src/ivicore/qtivicore-config.pri)
QT_FOR_CONFIG += ivicore ivicore-private
-qtConfig(ivigenerator): !qtConfig(system-ivigenerator): SUBDIRS += features
+
+# The features always need to be installed (also in the system-ivigenerator case)
+# as yocto uses the mkspecs folder in the target sysroot, although the ivigenerator
+# is in the native sysroot
+qtConfig(ivigenerator): SUBDIRS += features