You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqscintilla/example/README

13 lines
327 B

TQSCINTILLA EXAMPLE
This directory contains a port of the standard application example included
with TQt that uses TQScintilla rather than TQTextEdit.
To build the example on all platforms, make sure TQScintilla is installed and
then run:
qmake application
make
On Windows you may need to run "nmake" rather than "make".