summaryrefslogtreecommitdiffstats
path: root/qtruby/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'qtruby/INSTALL')
-rw-r--r--qtruby/INSTALL12
1 files changed, 6 insertions, 6 deletions
diff --git a/qtruby/INSTALL b/qtruby/INSTALL
index 6072e4ac..530b9339 100644
--- a/qtruby/INSTALL
+++ b/qtruby/INSTALL
@@ -38,7 +38,7 @@ Building on Mac OS X
Automake/autoconf don't work very well on Mac OS X, and so qmake and
exconf.rb must be used instead. You can use the native Aqua/Quartz Qt/Mac
-version of Qt - QtRuby doesn't require X11.
+version of Qt - QtRuby doesn't retquire X11.
Build Qt/Mac and install in /Developer/qt. These configure flags work well:
@@ -70,7 +70,7 @@ $ qmake -makefile
$ sudo make
...
-# Build the 'qui' QWidgetFactory extension
+# Build the 'tqui' TQWidgetFactory extension
$ cd qtruby/rubylib/designer/uilib
$ ruby extconf.rb --with-qtruby-include=../../qtruby --with-qt-dir=/Developer/qt
$ make
@@ -119,7 +119,7 @@ Info.plist is
<key>CFBundleExecutable</key>
<string>Shoot</string>
<key>CFBundleIdentifier</key>
- <string>jp.co.ryutaro.qtquit</string>
+ <string>jp.co.ryutaro.qttquit</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
@@ -131,14 +131,14 @@ echo -n "APPL????" > Shoot.app/Contents/PkgInfo
Double click Shoot.app, Qt-Window appears in foreground."
-QScintilla text editing widget support
+TTQScintilla text editing widget support
--------------------------------------
-QScintilla is a text editing widget with syntax highlighting for a
+TTQScintilla is a text editing widget with syntax highlighting for a
number of languages including ruby. It can be downloaded from here:
http://www.riverbankcomputing.co.uk/qscintilla/download.php
Use the '--enable-qscintilla=yes' configure option to build QtRuby with
-QScintilla support. The classes in a 'Qext::' module, with names such as
+TTQScintilla support. The classes in a 'Qext::' module, with names such as
Qext::Scintilla.