From 9ba04742771370f59740e32e11c5f3a1e6a1b70a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 15:55:57 -0600 Subject: Initial TQt conversion --- qtruby/INSTALL | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'qtruby/INSTALL') 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 CFBundleExecutable Shoot CFBundleIdentifier - jp.co.ryutaro.qtquit + jp.co.ryutaro.qttquit CFBundlePackageType APPL CFBundleSignature @@ -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. -- cgit v1.2.1