From c9a75bccc60b6ac092f76a2624115fd8935f4888 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 26 Oct 2024 11:18:31 +0900 Subject: [PATCH] Fix up left over stuff from commit 397b9afa Signed-off-by: Michele Calgaro --- README.immodule | 1 - doc/html/qapplication-members.html | 191 ------------------- make-symlinks.sh | 12 -- tools/tqconfig/{qconfig.pro => tqconfig.pro} | 0 4 files changed, 204 deletions(-) delete mode 100644 doc/html/qapplication-members.html delete mode 100644 make-symlinks.sh rename tools/tqconfig/{qconfig.pro => tqconfig.pro} (100%) diff --git a/README.immodule b/README.immodule index 43a35e96..d5153bf1 100644 --- a/README.immodule +++ b/README.immodule @@ -40,7 +40,6 @@ immodule for Qt cd qt-x11-free-3.3.3 patch -p0 < qt-x11-immodule-unified-qt3.3.3-20040910.diff - ./make-symlinks.sh ./configure Our patch provides following two configure options. Choose 'Binary diff --git a/doc/html/qapplication-members.html b/doc/html/qapplication-members.html deleted file mode 100644 index 7942efdb..00000000 --- a/doc/html/qapplication-members.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - -TQApplication Member List - - - - - - - -
- -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

Complete Member List for TQApplication

- -

This is the complete list of member functions for -TQApplication, including inherited members. - -

- -


- -
Copyright © 2007 -TrolltechTrademarks -
TQt 3.3.8
-
- diff --git a/make-symlinks.sh b/make-symlinks.sh deleted file mode 100644 index f2513b10..00000000 --- a/make-symlinks.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -cd include -rm -f q*.h ntq*.h -ln -s ../src/*/q*.h ../src/*/ntq*.h . -ln -s ../src/sql/drivers/*/tqsql_*.h . -ln -s ../extensions/*/src/ntq*.h . -ln -s ../tools/assistant/lib/tqassistantclient.h . -ln -s ../tools/designer/uilib/tqwidgetfactory.h . -rm -f q*_p.h -cd private -rm -f q*_p.h tq*_p.h -ln -s ../../src/*/q*_p.h ../../src/*/tq*_p.h . diff --git a/tools/tqconfig/qconfig.pro b/tools/tqconfig/tqconfig.pro similarity index 100% rename from tools/tqconfig/qconfig.pro rename to tools/tqconfig/tqconfig.pro