diff options
author | Konstantin Tokarev <annulen@yandex.ru> | 2018-01-04 16:33:27 +0300 |
---|---|---|
committer | Liang Qi <liang.qi@qt.io> | 2018-01-10 10:35:59 +0000 |
commit | ebe2b86fd071545138a99e6682b8b7009d27ffcb (patch) | |
tree | aac288e68635bc90ded86c2e15ed1db79ab3aba5 | |
parent | 123ff665c3ccd529de7b2cebc3a7afa90ea7c9a8 (diff) | |
download | qt5-ebe2b86fd071545138a99e6682b8b7009d27ffcb.tar.gz |
Remove 'Packaging' flag from QtWebKit MSVC2017/x86
Qt doesn't provide binaries for this platform.
Change-Id: Iab30435bb480ee898c2409f87facabb26fce9421
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
-rw-r--r-- | coin/platform_configs/qtwebkit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/platform_configs/qtwebkit.txt b/coin/platform_configs/qtwebkit.txt index b3dc74f7..75fa9c20 100644 --- a/coin/platform_configs/qtwebkit.txt +++ b/coin/platform_configs/qtwebkit.txt @@ -1,5 +1,5 @@ Template Target OS Target arch Compiler Features --------------------------- ------------------- ----------- ----------- ------------------------------------------------------------------------------------- -qtci-windows-10-x86_64-10 x86 MSVC2017 Packaging DebugAndRelease Release ForceDebugInfo OpenGLDynamic DisableTests +qtci-windows-10-x86_64-10 x86 MSVC2017 DebugAndRelease Release ForceDebugInfo OpenGLDynamic DisableTests qtci-windows-10-x86_64-10 MSVC2017 Packaging DebugAndRelease Release ForceDebugInfo OpenGLDynamic DisableTests qtci-windows-7-x86-3 Mingw53 Packaging DebugAndRelease Release OpenGLDynamic DisableTests |