Skip to content

Commit

Permalink
[qtwebchannel] Fix qml installed but disabled builds.
Browse files Browse the repository at this point in the history
Co-authored by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
  • Loading branch information
BillyONeal committed Jul 15, 2024
1 parent 288b4c5 commit 4835baa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions ports/qtwebchannel/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ FEATURES
"qml" CMAKE_REQUIRE_FIND_PACKAGE_Qt6Quick
INVERTED_FEATURES
"qml" CMAKE_DISABLE_FIND_PACKAGE_Qt6Quick
"qml" CMAKE_DISABLE_FIND_PACKAGE_Qt6Qml
)

qt_install_submodule(PATCHES ${${PORT}_PATCHES}
Expand Down
1 change: 1 addition & 0 deletions ports/qtwebchannel/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "qtwebchannel",
"version": "6.7.2",
"port-version": 1,
"description": "Qt WebChannel enables peer-to-peer communication between a server (QML/C++ application) and a client (HTML/JavaScript or QML application).",
"homepage": "https://www.qt.io/",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7542,7 +7542,7 @@
},
"qtwebchannel": {
"baseline": "6.7.2",
"port-version": 0
"port-version": 1
},
"qtwebengine": {
"baseline": "6.7.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qtwebchannel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "231069d8c523d97debb2dcbe5b2d448407634c35",
"version": "6.7.2",
"port-version": 1
},
{
"git-tree": "fea23356981b7538404464245501f15df5aaaefe",
"version": "6.7.2",
Expand Down

0 comments on commit 4835baa

Please sign in to comment.