From: Kurt Pattyn Date: Sat, 5 Oct 2013 17:37:58 +0000 (+0200) Subject: Added ordered to CONFIG X-Git-Tag: v5.3.0-alpha1~178 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66800dfac684e8980b59c2a9c7fb6ee5a42076cd;p=contrib%2Fqtwebsockets.git Added ordered to CONFIG Added conditional include Change-Id: I0472942b97485ee9c04d6211d77715389d4b70e7 Reviewed-by: Kurt Pattyn --- diff --git a/src/src.pro b/src/src.pro index 759b5ba..ad1b0c7 100644 --- a/src/src.pro +++ b/src/src.pro @@ -1,3 +1,5 @@ TEMPLATE = subdirs +CONFIG += ordered -SUBDIRS += websockets imports +SUBDIRS += websockets +qtHaveModule(quick): SUBDIRS += imports