diff options
Diffstat (limited to 'ports/qt5-webglplugin')
| -rw-r--r-- | ports/qt5-webglplugin/CONTROL | 4 | ||||
| -rw-r--r-- | ports/qt5-webglplugin/vcpkg.json | 12 |
2 files changed, 12 insertions, 4 deletions
diff --git a/ports/qt5-webglplugin/CONTROL b/ports/qt5-webglplugin/CONTROL deleted file mode 100644 index 8a1603abf..000000000 --- a/ports/qt5-webglplugin/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: qt5-webglplugin
-Version: 5.15.2
-Description: Qt5 webglplugin Module;
-Build-Depends: qt5-base[core]
diff --git a/ports/qt5-webglplugin/vcpkg.json b/ports/qt5-webglplugin/vcpkg.json new file mode 100644 index 000000000..596fb42c8 --- /dev/null +++ b/ports/qt5-webglplugin/vcpkg.json @@ -0,0 +1,12 @@ +{ + "name": "qt5-webglplugin", + "version-string": "5.15.2", + "port-version": 1, + "description": "Qt5 webglplugin Module;", + "dependencies": [ + { + "name": "qt5-base", + "default-features": false + } + ] +} |
