diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-24 12:36:15 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-25 11:54:06 +0900 |
commit | ae61a047fbf85780095fc773054c2b320476e077 (patch) | |
tree | c28fc682548e0ee1afde99f3a83ad1579471c232 /INSTALL | |
parent | e9f46130c2656aaf299d8793556310c9bf95daee (diff) | |
download | rosegarden-ae61a047fbf85780095fc773054c2b320476e077.tar.gz rosegarden-ae61a047fbf85780095fc773054c2b320476e077.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ $ ccmake . Dealing with Configuration Problems ----------------------------------- -To locate Qt, CMake searches for qmake in your execute path +To locate TQt, CMake searches for qmake in your execute path ($PATH). CMake does not use the TQTDIR environment variable. So make sure that the first qmake found in the execution path is the one you like to use. |