qt5connectivity-0001-don_t-build-scanner-example-without-qtquick.patch 1022 B

123456789101112131415161718192021222324252627282930
  1. qt5connectivity: Don't build scanner example without QtQuick
  2. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
  3. From 1454664752505f5870e4173d15362bfdfe4148e7 Mon Sep 17 00:00:00 2001
  4. From: Alex Blasche <alexander.blasche@digia.com>
  5. Date: Wed, 15 Jan 2014 12:11:31 +0100
  6. Subject: [PATCH] Don't build scanner example without QtQuick
  7. Task-number: QTBUG-35711
  8. Change-Id: I0406fb5edd8fb2a90046308853485eaaa4311a26
  9. Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
  10. Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
  11. Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
  12. ---
  13. examples/bluetooth/bluetooth.pro | 2 +-
  14. 1 files changed, 1 insertions(+), 1 deletions(-)
  15. diff --git a/examples/bluetooth/bluetooth.pro b/examples/bluetooth/bluetooth.pro
  16. index e3ef769..549bb7c 100644
  17. --- a/examples/bluetooth/bluetooth.pro
  18. +++ b/examples/bluetooth/bluetooth.pro
  19. @@ -6,4 +6,4 @@ qtHaveModule(widgets) {
  20. bttennis
  21. }
  22. -SUBDIRS += scanner
  23. +qtHaveModule(quick): SUBDIRS += scanner
  24. --
  25. 1.7.1