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 | 5567f296bcf7cec47960488bc6b04555e4a12e89 (patch) | |
tree | 21b5c9f738fb1abe495147d33c3515ea6638e880 | |
parent | 9ade1fd58cac588859c32a889d01e1ffdb720fc5 (diff) | |
download | tdeio-locate-5567f296bcf7cec47960488bc6b04555e4a12e89.tar.gz tdeio-locate-5567f296bcf7cec47960488bc6b04555e4a12e89.zip |
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kio-locate@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ On some systems, it might be necessary to configure the project using scons configure qtincludes=path1 kdeincludes=path2 like this: $ scons configure qtincludes=/usr/include/qt3/include \ -> kdeincludes=/usr/lib/kde3/include +> kdeincludes=/usr/lib/trinity/include When in doubt, use scons --help or scons -h to display the options. As when using ./configure you can specify using prefix=... where to |