early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

16
externals/vcpkg/ports/qwtw/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,16 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ig-or/qwtw
REF 7d6e7c95437cbc7d5d123fc1ccf0d6a3c4e419e6 # v3.1.0
SHA512 de5abf26d0975b9f0ed88e10cd4d5b4d12e25cce8c87ab6a18d8e7064697de6fc8da83e118b5a4e2819c09e2dbbfd20daeecc6a42748c019c6699666276d075a
HEAD_REF master
)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
)
vcpkg_install_cmake()
vcpkg_copy_pdbs()
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

23
externals/vcpkg/ports/qwtw/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,23 @@
{
"name": "qwtw",
"version": "3.1.0",
"port-version": 2,
"description": "qwt-based 2D plotting library",
"homepage": "https://github.com/ig-or/qwtw",
"supports": "windows & x64 & !static",
"dependencies": [
"boost-asio",
"boost-chrono",
"boost-circular-buffer",
"boost-date-time",
"boost-filesystem",
"boost-regex",
"boost-system",
"boost-thread",
"marble",
"qt5-base",
"qt5-networkauth",
"qt5-svg",
"qwt"
]
}