diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-09 01:40:38 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-09 02:07:16 +0100 |
commit | 347f0b28701932eba7eb063d9093e446b81debae (patch) | |
tree | b6941843b550f83221b13a3b2643b5a95cd428db /README | |
parent | 5da5cb1c824c608159126a82011d8a8943b360e0 (diff) | |
download | tqscintilla-347f0b28701932eba7eb063d9093e446b81debae.tar.gz tqscintilla-347f0b28701932eba7eb063d9093e446b81debae.zip |
Rename Qt => TQt.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'README')
-rw-r--r-- | README | 56 |
1 files changed, 28 insertions, 28 deletions
@@ -1,4 +1,4 @@ - QScintilla - a Port to Qt of Scintilla + TQScintilla - a Port to TQt of Scintilla INTRODUCTION @@ -19,11 +19,11 @@ and italics, multiple foreground and background colours and multiple fonts." Scintilla runs on Windows and on UNIX/Linux using the GTK+ GUI toolkit. -QScintilla is a port or Scintilla to the Qt GUI toolkit from Trolltech and runs -on any operating system supported by Qt (eg. Windows, UNIX/Linux, MacOS/X). Qt +TQScintilla is a port or Scintilla to the TQt GUI toolkit from TDE team and runs +on any operating system supported by TQt (eg. Windows, UNIX/Linux, MacOS/X). TQt v3 or later is required. -This version of QScintilla is based on Scintilla v1.71. +This version of TQScintilla is based on Scintilla v1.71. LICENSING @@ -51,13 +51,13 @@ Scintilla is released under the following license: TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE." -QScintilla, however, uses the same license model as Qt itself. QScintilla is -available under the GNU GPL on UNIX/Linux systems. QScintilla is available +TQScintilla, however, uses the same license model as TQt itself. TQScintilla is +available under the GNU GPL on UNIX/Linux systems. TQScintilla is available under a commercial license on Windows, UNIX/Linux and MacOS/X systems. The -commercial license allows closed source applications using QScintilla to be +commercial license allows closed source applications using TQScintilla to be developed and distributed. -See the file "LICENSE" to see what license this copy of QScintilla is released +See the file "LICENSE" to see what license this copy of TQScintilla is released under. @@ -67,26 +67,26 @@ Check for any other README files in this directory that relate to your particular platform. Feel free to contribute a README for your platform or to provide updates to any existing documentation. -To configure QScintilla, edit the file "qscintilla.pro" in the "qt" directory. -As supplied, QScintilla is built as a shared library/DLL with thread support -enabled, and installed in the same directory as the Qt library. +To configure TQScintilla, edit the file "tqscintilla.pro" in the "tqt" directory. +As supplied, TQScintilla is built as a shared library/DLL with thread support +enabled, and installed in the same directory as the TQt library. -To install the QScintilla library in another directory, edit the value of -"DESTDIR". To build the library in situ (in the "qt" directory) then comment +To install the TQScintilla library in another directory, edit the value of +"DESTDIR". To build the library in situ (in the "tqt" directory) then comment out "DESTDIR" entirely - this will also mean that you will not need root privileges under UNIX/Linux. -If your Qt library was built without thread support, edit the value of "CONFIG" +If your TQt library was built without thread support, edit the value of "CONFIG" and remove "thread". If you want to build a static library, edit the value of "CONFIG" and replace "dll" with "staticlib", and edit the value of "DEFINES" and remove -"QEXTSCINTILLA_MAKE_DLL". +"TQEXTSCINTILLA_MAKE_DLL". -To build QScintilla on UNIX/Linux/MacOS, run (as root): +To build TQScintilla on UNIX/Linux/MacOS, run (as root): - cd qt - qmake qscintilla.pro + cd tqt + qmake tqscintilla.pro make make install @@ -94,27 +94,27 @@ You may also need to run: ldconfig -If you are using the GNU C++ compiler you might want to edit "qt/Makefile" and +If you are using the GNU C++ compiler you might want to edit "tqt/Makefile" and add "-fno-exceptions" to "CXXFLAGS" before running "make". -To build QScintilla on Windows, run: +To build TQScintilla on Windows, run: - cd qt - qmake qscintilla.pro + cd tqt + qmake tqscintilla.pro nmake nmake install - copy %TQTDIR%\lib\qscintilla.dll %TQTDIR%\bin + copy %TQTDIR%\lib\tqscintilla.dll %TQTDIR%\bin -Please do not try to build the GPL version of QScintilla under Windows. It +Please do not try to build the GPL version of TQScintilla under Windows. It will not work and you would be contravening the GPL. -Qt DESIGNER PLUGIN +TQt DESIGNER PLUGIN -QScintilla includes an optional plugin for Qt Designer that allows QScintilla -instances to be included in GUI designs just like any other Qt widget. +TQScintilla includes an optional plugin for TQt Designer that allows TQScintilla +instances to be included in GUI designs just like any other TQt widget. -To build the plugin on all platforms, make sure QScintilla is installed and +To build the plugin on all platforms, make sure TQScintilla is installed and then run (as root or administrator): cd designer |