From f6bc0ea88ffc93459eba56a1f1872099500405a0 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 16 Mar 2018 16:57:06 +1100 Subject: Backport: Remove line-end white space. Backport of changeset 6625:2dd6b8049c4e. --- qt/README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'qt/README') diff --git a/qt/README b/qt/README index 040795724..3ad22e5d8 100644 --- a/qt/README +++ b/qt/README @@ -3,7 +3,7 @@ README for building of Scintilla on Qt There are three different Scintilla libraries that can be produced: ScintillaEditBase -A basic widget callable from C++ which is small and can be used just as is +A basic widget callable from C++ which is small and can be used just as is or with higher level functionality added. ScintillaEdit @@ -16,7 +16,7 @@ A Python callable version of ScintillaEdit using the PySide bindings. Building a library ScintillaEditBase can be built without performing any generation steps. -The ScintillaEditBase/ScintillaEditBase.pro project can be loaded into +The ScintillaEditBase/ScintillaEditBase.pro project can be loaded into Qt Creator and the "Build All" command performed. Alternatively, run "qmake" to build make files and then use the platform make to build. Most commonly, use "make" on Unix and "nmake" @@ -24,15 +24,15 @@ on Windows. On Linux, qmake may be called qmake-qt5 or qmake-qt4. -ScintillaEdit requires a generation command be run first. From the +ScintillaEdit requires a generation command be run first. From the ScintillaEdit directory: python WidgetGen.py After the generation command has run, the ScintillaEdit.h and ScintillaEdit.cpp files will have been populated with the Scintilla API -methods. +methods. To build, use Qt Creator or qmake and make as for ScintillaEditBase. -ScintillaEditPy is more complex and instructions are found in +ScintillaEditPy is more complex and instructions are found in ScintillaEditPy/README. -- cgit v1.2.3