You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
327 B
Plaintext
13 lines
327 B
Plaintext
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".
|