blob: 4efbc221d247d18bf85b02001dc36976e07eb5a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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".
|