From a81ac6282e5806c295f7766a20c7d9f85ec1624f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Andr=C3=A9=20Langnes?= Date: Wed, 29 Mar 2017 22:54:25 +0200 Subject: [PATCH] [qt5] Configure without -no-style-* parameters Removed the parameters for Windows styles because they prevent proper style rendering (defaults to Windows 9x style). Removed the parameter for the fusion style for consistency. --- ports/qt5/portfile.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/ports/qt5/portfile.cmake b/ports/qt5/portfile.cmake index 56ab9d4b0..2319c26c8 100644 --- a/ports/qt5/portfile.cmake +++ b/ports/qt5/portfile.cmake @@ -67,9 +67,6 @@ vcpkg_execute_required_process( -no-iconv -system-sqlite -opengl desktop # other options are "-no-opengl" and "-opengl angle" - -no-style-windowsxp - -no-style-windowsvista - -no-style-fusion -mp -nomake examples -nomake tests -no-compile-examples -skip webengine -skip declarative