aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/README
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-11-12 14:25:28 +1100
committerNeil <nyamatongwe@gmail.com>2021-11-12 14:25:28 +1100
commit8c1bb32d0fc980ff296e3f604fccf43fcbb53008 (patch)
tree95407d9b65c080ecec5067ddf5eeee93d87c975a /qt/README
parent516dd7b28b8b14ad26824a89dd3ba4fffd04cabe (diff)
downloadscintilla-mirror-8c1bb32d0fc980ff296e3f604fccf43fcbb53008.tar.gz
Remove ScintillaEditPy as its prerequisites are unsupported.
Diffstat (limited to 'qt/README')
-rw-r--r--qt/README8
1 files changed, 1 insertions, 7 deletions
diff --git a/qt/README b/qt/README
index 3ad22e5d8..3459f74e7 100644
--- a/qt/README
+++ b/qt/README
@@ -1,6 +1,6 @@
README for building of Scintilla on Qt
-There are three different Scintilla libraries that can be produced:
+There are two different Scintilla libraries that can be produced:
ScintillaEditBase
A basic widget callable from C++ which is small and can be used just as is
@@ -10,9 +10,6 @@ or with higher level functionality added.
A more complete C++ widget with a method for every Scintilla API and a
secondary API allowing direct access to document objects.
- ScintillaEditPy
-A Python callable version of ScintillaEdit using the PySide bindings.
-
Building a library
ScintillaEditBase can be built without performing any generation steps.
@@ -33,6 +30,3 @@ After the generation command has run, the ScintillaEdit.h and
ScintillaEdit.cpp files will have been populated with the Scintilla API
methods.
To build, use Qt Creator or qmake and make as for ScintillaEditBase.
-
-ScintillaEditPy is more complex and instructions are found in
-ScintillaEditPy/README.