From 5c27fa0c0d9640275e4496f831dca6b094e86dbd Mon Sep 17 00:00:00 2001 From: Sumedha Widyadharma Date: Thu, 24 Jul 2014 10:16:22 +0200 Subject: The standalone example depends on QtWidgets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes builds with Qt built without the widgets module. Change-Id: I280b1443c3333d9d199d0b4fe7ee43bffb9c5e6e Reviewed-by: Simo Fält --- examples/examples.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/examples.pro b/examples/examples.pro index 5120fef..63677f5 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,5 +1,5 @@ TEMPLATE = subdirs -qtHaveModule(websockets) { +qtHaveModule(widgets):qtHaveModule(websockets) { SUBDIRS += standalone } -- cgit v1.2.1