diff options
Diffstat (limited to 'example/README')
-rw-r--r-- | example/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/example/README b/example/README new file mode 100644 index 0000000..6ffa2ea --- /dev/null +++ b/example/README @@ -0,0 +1,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". |