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()
|
||||
Reference in New Issue
Block a user