From c295d595e9249794cf3c553e452a3341103c6e09 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 23 Feb 2024 19:31:06 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 453dfc6..ed5327b 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.1