diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/qt5-wayland/portfile.cmake | |
Diffstat (limited to 'vcpkg/ports/qt5-wayland/portfile.cmake')
| -rw-r--r-- | vcpkg/ports/qt5-wayland/portfile.cmake | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vcpkg/ports/qt5-wayland/portfile.cmake b/vcpkg/ports/qt5-wayland/portfile.cmake new file mode 100644 index 0000000..42560f1 --- /dev/null +++ b/vcpkg/ports/qt5-wayland/portfile.cmake @@ -0,0 +1,8 @@ +#Will not build on Windows! +message(WARNING "This port is just a placeholder until the required wayland libraries have been added into VCPKG! \ + As such the build will most likely fail until your system has the required wayland libraries installed (untested)") +message(WARNING "qtwayland requires libwayland-dev from your system package manager. You can install it with +sudo apt install libwayland-dev +on Ubuntu systems.") +include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) +qt_submodule_installation() |