qt5-native: disable demos

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2012-10-27 22:28:38 +02:00
parent 94f916248e
commit bc43214dd2
1 changed files with 3 additions and 1 deletions

View File

@ -41,7 +41,9 @@ EXTRA_OECONF = "-prefix ${prefix} \
-silent \
-nomake examples \
-nomake tests \
-no-rpath"
-nomake demos \
-no-rpath \
"
do_configure() {
# Avoid setting QMAKE_LINK from LD (since we want the linker to be g++)