From 8c1bb32d0fc980ff296e3f604fccf43fcbb53008 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 12 Nov 2021 14:25:28 +1100 Subject: Remove ScintillaEditPy as its prerequisites are unsupported. --- qt/README | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'qt/README') 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. -- cgit v1.2.3