aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qscintilla/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/qscintilla/vcpkg.json')
-rw-r--r--vcpkg/ports/qscintilla/vcpkg.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/qscintilla/vcpkg.json b/vcpkg/ports/qscintilla/vcpkg.json
new file mode 100644
index 0000000..37db884
--- /dev/null
+++ b/vcpkg/ports/qscintilla/vcpkg.json
@@ -0,0 +1,20 @@
+{
+ "name": "qscintilla",
+ "version": "2.14.1",
+ "port-version": 1,
+ "description": "QScintilla is a port to Qt of the Scintilla editing component. Features syntax highlighting, code-completion and much more (Barebone build without python bindings (missing dependeny PyQt) and without QtDesigner plugin)",
+ "homepage": "https://www.riverbankcomputing.com/software/qscintilla",
+ "license": "GPL-3.0-or-later",
+ "supports": "!xbox",
+ "dependencies": [
+ {
+ "name": "qtbase",
+ "default-features": false
+ },
+ {
+ "name": "vcpkg-qmake",
+ "host": true,
+ "default-features": false
+ }
+ ]
+}