Skip to content

Commit c33c7d1

Browse files
committed
fix webengine dep
1 parent 94906ea commit c33c7d1

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

ports/qtwebengine/portfile.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,3 @@ endif()
281281
qt_install_copyright("${SOURCE_PATH}")
282282

283283
##### qt_install_submodule
284-
285-
if(VCPKG_TARGET_ARCHITECTURE STREQUAL x86)
286-
message(FATAL_ERROR "Get logs")
287-
endif()

ports/qtwebview/vcpkg.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
"dependencies": [
2525
{
2626
"name": "qtwebengine",
27-
"default-features": false
27+
"default-features": false,
28+
"features": [
29+
"webengine"
30+
]
2831
}
2932
]
3033
}

scripts/azure-pipelines/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ parameters:
99
- name: tripletPattern
1010
displayName: 'Enable triplets which contain this substring'
1111
type: string
12-
default: 'x86-'
12+
default: '-'
1313

1414
jobs:
1515
- template: windows/azure-pipelines.yml

0 commit comments

Comments
 (0)