From a30a266067d9d952edc91305bef757557c03717e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 16 Jul 2022 15:44:05 +0900 Subject: Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. Signed-off-by: Michele Calgaro --- readme.html | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'readme.html') diff --git a/readme.html b/readme.html index 65c4def..4e259b4 100755 --- a/readme.html +++ b/readme.html @@ -159,10 +159,10 @@ a.external But if you'd like to build UiGUI from source, follow these steps:
  1. Download, unpack, configure and compile - Qt - >= 4.4.0. Make your QTDIR and QMAKESPEC settings. Or install Qt via a package manager.
  2. + TQt + >= 4.4.0. Make your QTDIR and QMAKESPEC settings. Or install TQt via a package manager.
  3. Download, unpack, compile and install - QScintilla + TQScintilla >= 2.2.
  4. Checkout UiGUI: svn co https://universalindent.svn.sourceforge.net/svnroot/universalindent/trunk universalindentgui
  5. In the checked out directory run "qmake UniversalIndentGUI.pro".
  6. @@ -192,32 +192,32 @@ a.external and XCode are included.

    -

    Used Qt techniques

    -

    This list shows some selected functionalities that Qt offers and that I use with UiGUI.

    +

    Used TQt techniques

    +

    This list shows some selected functionalities that TQt offers and that I use with UiGUI.

    Future plans

    -- cgit v1.2.1