diff options
-rw-r--r-- | classes/qmake5_base.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/qmake5_base.bbclass b/classes/qmake5_base.bbclass index f1a09450..e7b85e35 100644 --- a/classes/qmake5_base.bbclass +++ b/classes/qmake5_base.bbclass | |||
@@ -14,7 +14,7 @@ OE_QMAKE_PLATFORM = "linux-oe-g++" | |||
14 | OE_QMAKE_DEBUG_OUTPUT ?= "" | 14 | OE_QMAKE_DEBUG_OUTPUT ?= "" |
15 | 15 | ||
16 | # Paths in .prl files contain SYSROOT value | 16 | # Paths in .prl files contain SYSROOT value |
17 | SSTATE_SCAN_FILES += "*.pri *.prl" | 17 | SSTATE_SCAN_FILES += "*.pri *.prl *.prf" |
18 | 18 | ||
19 | # drop default -e and add needed OE_QMAKE vars explicitly | 19 | # drop default -e and add needed OE_QMAKE vars explicitly |
20 | # the problem is that when generated Makefile has: | 20 | # the problem is that when generated Makefile has: |