diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-30 11:36:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-30 11:36:13 -0600 |
commit | 664e37abfe5c796c1279b8295fb030f126b0a7d8 (patch) | |
tree | 85f4e661e5c615f01ee1cdf51ca1250b96efe315 /example/README | |
download | tqscintilla-664e37abfe5c796c1279b8295fb030f126b0a7d8.tar.gz tqscintilla-664e37abfe5c796c1279b8295fb030f126b0a7d8.zip |
Initial import of qscintilla from 2007
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". |