From fe0a7b716633dd35df8ecc987ad1031b60aafca4 Mon Sep 17 00:00:00 2001 From: Donald Carr Date: Tue, 17 Apr 2012 05:23:21 +0000 Subject: Enabled widget free compilation of QtQuick There is no hard dependency of QtQuick on QWidget. This change makes the minor adjustments required to remove the build dependency altogether. This patch follows the path of least resistance bypassing any elements with a dependency on the legacy QWidget functionality. Change-Id: Ie3f47d3b4f60a1460dbb5d76a494a2c329469cc0 Reviewed-by: Alan Alpert --- src/plugins/qmltooling/qmldbg_tcp/qtcpserverconnection.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/qmltooling/qmldbg_tcp') diff --git a/src/plugins/qmltooling/qmldbg_tcp/qtcpserverconnection.h b/src/plugins/qmltooling/qmldbg_tcp/qtcpserverconnection.h index e2b32b0e4a..6f5f0f462f 100644 --- a/src/plugins/qmltooling/qmldbg_tcp/qtcpserverconnection.h +++ b/src/plugins/qmltooling/qmldbg_tcp/qtcpserverconnection.h @@ -42,7 +42,6 @@ #ifndef QTCPSERVERCONNECTION_H #define QTCPSERVERCONNECTION_H -#include #include QT_BEGIN_NAMESPACE -- cgit v1.2.3