qt: make qt dependencies a feature in vcpkg
so they are not included if building non-qt
This commit is contained in:
17
vcpkg.json
17
vcpkg.json
@@ -3,14 +3,21 @@
|
||||
"version-string": "3.1",
|
||||
"homepage": "https://86box.net/",
|
||||
"documentation": "http://86box.readthedocs.io/",
|
||||
"license": "GPL-2.0-only",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"dependencies": [
|
||||
"freetype",
|
||||
"libpng",
|
||||
"openal-soft",
|
||||
"sdl2",
|
||||
"rtmidi",
|
||||
"qt5-base",
|
||||
"qt5-translations"
|
||||
]
|
||||
"rtmidi"
|
||||
],
|
||||
"features": {
|
||||
"qt-ui": {
|
||||
"description": "Qt User Interface",
|
||||
"dependencies": [
|
||||
"qt5-base",
|
||||
"qt5-translations"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user