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 23:21:11 +0900 |
| commit | 069a14f693170a9247338422341e4a8910597dea (patch) | |
| tree | 60039d7066a46f28ac1343d6c672a7d8bda258e4 /README | |
| parent | 1d6e93a1b7b35e9fda81d6936e9255dca51c4f0a (diff) | |
| download | krecipes-069a14f6.tar.gz krecipes-069a14f6.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c295d595e9249794cf3c553e452a3341103c6e09)
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 |
