From 9aee1888d556a27c150f109dca1490b08cf3fedc Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Fri, 9 Sep 2016 16:47:54 +0200 Subject: Re-enable building of examples on MSVC Apparently the tests work on MSVC, so we should be able to also revert the examples side of 65964f13e9156b4ec26707d916f6f8e56582a024 . Change-Id: I0c876630b0b722870a141922f0bd5211ee46b5f4 Reviewed-by: Erik Verbruggen --- examples/scxml/scxml.pro | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/scxml/scxml.pro b/examples/scxml/scxml.pro index c8da669..081304f 100644 --- a/examples/scxml/scxml.pro +++ b/examples/scxml/scxml.pro @@ -1,6 +1,5 @@ TEMPLATE = subdirs -!msvc{ qtHaveModule(widgets) { SUBDIRS += trafficlight-widgets-static SUBDIRS += trafficlight-widgets-dynamic @@ -24,4 +23,3 @@ qtHaveModule(qml) { } SUBDIRS += ftpclient -} -- cgit v1.2.3