qt5everywheredemo: add 'qtsvg' build-time dependence
Otherwise building the demo application fails with: | DEBUG: Executing shell function do_configure | Project ERROR: Unknown module(s) in QT: svg Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
fca507d316
commit
2a9b0b73b0
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
LIC_FILES_CHKSUM = "file://main.cpp;md5=a3ecdc1d777da347f1bf35dd9966606f"
|
||||
|
||||
DEPENDS += "qtmultimedia"
|
||||
DEPENDS += "qtmultimedia qtsvg"
|
||||
|
||||
SRCREV = "35d72a2eba7456a2efc5eb8b77afbc00f69ba0ac"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue