From 610bb3545d64a53b5a3fd2e45d207716eede673c Mon Sep 17 00:00:00 2001 From: Marius Storm-Olsen Date: Thu, 8 Mar 2012 14:33:21 -0600 Subject: Don't try to compile wayland on Windows or Mac, even if checked out Change-Id: Ie66430e661b54aea4d17eb6e2e0fb7a351d62d97 Reviewed-by: Lars Knoll --- qt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt.pro b/qt.pro index 9803b338..5cc76c4a 100644 --- a/qt.pro +++ b/qt.pro @@ -151,7 +151,7 @@ exists(qt3d/qt3d.pro): SUBDIRS += module_qt3d exists(qtdocgallery/qtdocgallery.pro): SUBDIRS += module_qtdocgallery exists(qtpim/qtpim.pro): SUBDIRS += module_qtpim exists(qtconnectivity/qtconnectivity.pro): SUBDIRS += module_qtconnectivity -exists(qtwayland/qtwayland.pro): SUBDIRS += module_qtwayland +!win32:!mac:exists(qtwayland/qtwayland.pro): SUBDIRS += module_qtwayland exists(qtjsondb/qtjsondb.pro) { SUBDIRS += module_qtjsondb # These modules do not require qtjsondb, but can use it if it is available -- cgit v1.2.3