mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[qtdeclarative] add long path warning (#29495)
* add long path warning * update * add vcpkg_buildpath_length_warning * remove useless code
This commit is contained in:
parent
f468f46b78
commit
376362d3fa
@ -1,6 +1,8 @@
|
||||
set(SCRIPT_PATH "${CURRENT_INSTALLED_DIR}/share/qtbase")
|
||||
include("${SCRIPT_PATH}/qt_install_submodule.cmake")
|
||||
|
||||
vcpkg_buildpath_length_warning(44)
|
||||
|
||||
set(TOOL_NAMES
|
||||
qml
|
||||
qmlcachegen
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "qtdeclarative",
|
||||
"version": "6.4.2",
|
||||
"port-version": 1,
|
||||
"description": "Qt Declarative (Quick 2)",
|
||||
"homepage": "https://www.qt.io/",
|
||||
"license": null,
|
||||
|
@ -6486,7 +6486,7 @@
|
||||
},
|
||||
"qtdeclarative": {
|
||||
"baseline": "6.4.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"qtdeviceutilities": {
|
||||
"baseline": "6.4.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "70badba61897e63a26540f70ff53e0df92ff01bb",
|
||||
"version": "6.4.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "005e51361039c1a03018a94d3f2da31bea63ab59",
|
||||
"version": "6.4.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user