make/nomake demos doesn't exist in qt5.
(From meta-qt5 rev:
440e7829dccd48ef249a7314ebee00d4e3a584c5)
Signed-off-by: Eric BĂ©nard <eric@eukrea.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
-silent \
-nomake examples \
-nomake tests \
- -nomake demos \
-no-rpath \
-platform linux-oe-g++ \
"
QT_SYSTEM_LIBS ?= "-system-libjpeg -system-libpng -system-zlib"
QT_TESTS ?= "-nomake tests"
QT_EXAMPLES ?= "-nomake examples"
-QT_DEMOS ?= "-nomake demos"
QT_RELEASE ?= "-release"
QT_CONFIG_FLAGS += " \
${QT_GLFLAGS} \
${QT_TESTS} \
${QT_EXAMPLES} \
- ${QT_DEMOS} \
"
INC_PR = "r1"