From 637904a8b8bcf69662ecf045228abfec5d5f43b9 Mon Sep 17 00:00:00 2001 From: Mathew Sutcliffe Date: Mon, 21 Dec 2015 00:01:18 +0000 Subject: [PATCH] Workaround for vcsubdirs is not needed with Qt 5.6. --- mkspecs/features/common_post.prf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mkspecs/features/common_post.prf b/mkspecs/features/common_post.prf index 23e048c6a..068bbd04c 100644 --- a/mkspecs/features/common_post.prf +++ b/mkspecs/features/common_post.prf @@ -19,7 +19,9 @@ macx:staticlib:isEmpty(SOURCES) { # Workaround vcproj generator subdirs ################################ -in_full_qmake: include(vcsubdirs.pri) +lessThan(QT_MINOR_VERSION, 6) { + in_full_qmake: include(vcsubdirs.pri) +} ################################ # Black libs