From 5d9025204adb29ffecfb04841ffc4d97e7b976b1 Mon Sep 17 00:00:00 2001 From: Thomas Gubler Date: Fri, 24 Oct 2014 11:26:23 +0200 Subject: [PATCH] correctly configure qt for QQuickView --- qgroundcontrol.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qgroundcontrol.pro b/qgroundcontrol.pro index 7068aef9d..9977780b0 100644 --- a/qgroundcontrol.pro +++ b/qgroundcontrol.pro @@ -113,7 +113,8 @@ QT += network \ serialport \ sql \ printsupport \ - webkitwidgets + webkitwidgets \ + quick # testlib is needed even in release flavor for QSignalSpy support QT += testlib -- 2.22.0