mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
Add missing qwt headers (#21797)
* Add missing qwt headers * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
parent
2e81d0f104
commit
ee539f1eda
@ -29,7 +29,7 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||
endif()
|
||||
|
||||
#Install the header files
|
||||
file(GLOB HEADER_FILES "${SOURCE_PATH}/src/*.h")
|
||||
file(GLOB HEADER_FILES "${SOURCE_PATH}/src/*.h" "${SOURCE_PATH}/classincludes/*")
|
||||
file(INSTALL ${HEADER_FILES} DESTINATION "${CURRENT_PACKAGES_DIR}/include/${PORT}")
|
||||
|
||||
# Handle copyright
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "qwt",
|
||||
"version-semver": "6.2.0",
|
||||
"port-version": 1,
|
||||
"description": "qt widgets library for technical applications",
|
||||
"homepage": "https://sourceforge.net/projects/qwt",
|
||||
"dependencies": [
|
||||
|
@ -5854,7 +5854,7 @@
|
||||
},
|
||||
"qwt": {
|
||||
"baseline": "6.2.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"qwt-qt6": {
|
||||
"baseline": "6.2.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "10d24bfb82979ffa078d34a17f976d2646e1cf5f",
|
||||
"version-semver": "6.2.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "e7204097fda082c43e704e356702fd77aa3c9a52",
|
||||
"version-semver": "6.2.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user