diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-23 19:31:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-23 19:31:06 +0900 |
commit | c295d595e9249794cf3c553e452a3341103c6e09 (patch) | |
tree | 37fcf862a483278b0e06efdb320ebddd7b2856ca /README | |
parent | c6f6aa86d3d66887d4a8384b87dca8f8b26e65b6 (diff) | |
download | krecipes-c295d595e9249794cf3c553e452a3341103c6e09.tar.gz krecipes-c295d595e9249794cf3c553e452a3341103c6e09.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ Krecipes is a Recipe Book for TDE. -First of all, make sure you have at least one of the three necessary databases installed: SQLite, MySQL, or PostgreSQL. In case you decide to use MySQL or PostgreSQL, make sure also that you have Qt's MySQL or PostgreSQL plugin properly installed. The program won't work without database support. +First of all, make sure you have at least one of the three necessary databases installed: SQLite, MySQL, or PostgreSQL. In case you decide to use MySQL or PostgreSQL, make sure also that you have TQt's MySQL or PostgreSQL plugin properly installed. The program won't work without database support. ** Building The Latest (0.9) Release @@ -9,7 +9,7 @@ First of all, make sure you have at least one of the three necessary databases i tar -zxf krecipes-0.9.tar.gz - And compile (see ./configure --help for more compile options like '--prefix' and '--with-qt-dir') + And compile (see ./configure --help for more compile options like '--prefix' and '--with-tqt-dir') ./configure make |