early-access version 2853
This commit is contained in:
8
externals/vcpkg/ports/qt5-wayland/portfile.cmake
vendored
Executable file
8
externals/vcpkg/ports/qt5-wayland/portfile.cmake
vendored
Executable file
@@ -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()
|
||||
13
externals/vcpkg/ports/qt5-wayland/vcpkg.json
vendored
Executable file
13
externals/vcpkg/ports/qt5-wayland/vcpkg.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "qt5-wayland",
|
||||
"version": "5.15.4",
|
||||
"description": "Qt5 wayland Module;",
|
||||
"license": null,
|
||||
"supports": "linux",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "qt5-base",
|
||||
"default-features": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user