diff options
| author | Steffen André Langnes <steffenl.sw@gmail.com> | 2017-03-29 22:54:25 +0200 |
|---|---|---|
| committer | Steffen André Langnes <steffenl.sw@gmail.com> | 2017-03-29 22:57:43 +0200 |
| commit | a81ac6282e5806c295f7766a20c7d9f85ec1624f (patch) | |
| tree | 85ae7fddad5979abacd44975f58e588598582940 /ports | |
| parent | a312cb493959055e13fc5376fff66d46c25c5c59 (diff) | |
| download | vcpkg-a81ac6282e5806c295f7766a20c7d9f85ec1624f.tar.gz vcpkg-a81ac6282e5806c295f7766a20c7d9f85ec1624f.zip | |
[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.
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/qt5/portfile.cmake | 3 |
1 files changed, 0 insertions, 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 |
