diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
commit | 37fb195dc2faceddc010981e2648cdb9cd04a43f (patch) | |
tree | e85ae390f7c223e042eb594391df1952b7e3aeb6 /qtruby/INSTALL | |
parent | f10de3b0cb63279487ec73d320504759b3db5273 (diff) | |
download | tdebindings-37fb195dc2faceddc010981e2648cdb9cd04a43f.tar.gz tdebindings-37fb195dc2faceddc010981e2648cdb9cd04a43f.zip |
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtruby/INSTALL')
-rw-r--r-- | qtruby/INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtruby/INSTALL b/qtruby/INSTALL index 86e05d3d..6072e4ac 100644 --- a/qtruby/INSTALL +++ b/qtruby/INSTALL @@ -28,7 +28,7 @@ To build the Qt.so extension, provide 'extconf.rb' with the directories where the Qt and Smoke libraries are installed: $ cd qtruby/rubylib/qtruby -$ ruby extconf.rb --with-smoke-dir=/opt/kde3 \ +$ ruby extconf.rb --with-smoke-dir=/opt/trinity \ --with-qt-dir=/home/duke/src/kde/HEAD/qt-copy $ make $ make install |