diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 15:55:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 15:55:57 -0600 |
commit | 9ba04742771370f59740e32e11c5f3a1e6a1b70a (patch) | |
tree | c81c34dae2b3b1ea73801bf18a960265dc4207f7 /qtruby/INSTALL | |
parent | 1a96c45b22d01378202d9dc7ed9c47acd30f966e (diff) | |
download | tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.tar.gz tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.zip |
Initial TQt conversion
Diffstat (limited to 'qtruby/INSTALL')
-rw-r--r-- | qtruby/INSTALL | 12 |
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. |