0001-Example-heartrate-server-needs-only-core-and-bluetoo.patch 1006 B

1234567891011121314151617181920212223242526272829303132
  1. From 13c2f56cc9c3bbfe0c96031107e7fafd437703d9 Mon Sep 17 00:00:00 2001
  2. From: Peter Seiderer <ps.report@gmx.net>
  3. Date: Sat, 18 Nov 2017 21:07:44 +0100
  4. Subject: [PATCH] Example heartrate-server needs only core and bluetooth module
  5. Fixes compile with disabled gui module.
  6. Task-number: QTBUG-64597
  7. Change-Id: I376dede3db987e524f97070344cc119e0ee1d187
  8. Upstream: https://codereview.qt-project.org/211810
  9. Signed-off-by: Peter Seiderer <ps.report@gmx.net>
  10. ---
  11. examples/bluetooth/heartrate-server/heartrate-server.pro | 2 +-
  12. 1 file changed, 1 insertion(+), 1 deletion(-)
  13. diff --git a/examples/bluetooth/heartrate-server/heartrate-server.pro b/examples/bluetooth/heartrate-server/heartrate-server.pro
  14. index 4ccf486c..edd011b9 100644
  15. --- a/examples/bluetooth/heartrate-server/heartrate-server.pro
  16. +++ b/examples/bluetooth/heartrate-server/heartrate-server.pro
  17. @@ -1,7 +1,7 @@
  18. TEMPLATE = app
  19. TARGET = heartrate-server
  20. -QT += bluetooth
  21. +QT = core bluetooth
  22. CONFIG += c++11
  23. SOURCES += main.cpp
  24. --
  25. 2.14.2