summaryrefslogtreecommitdiffstats
path: root/example/README
blob: 6ffa2eacb8ec898181039fee40b67f1dbd308ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QSCINTILLA EXAMPLE

This directory contains a port of the standard application example included
with Qt that uses QScintilla rather than QTextEdit.

To build the example on all platforms, make sure QScintilla is installed and
then run:

	qmake application
	make

On Windows you may need to run "nmake" rather than "make".