diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-13 11:12:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-14 10:09:21 +0900 |
commit | 8a071b48ef8c8900163227ccc622833e26ba4064 (patch) | |
tree | d55e89acc80cb967dc1b3d32b94281941c6ae77f /extensions | |
parent | 7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (diff) | |
download | tqt3-8a071b48ef8c8900163227ccc622833e26ba4064.tar.gz tqt3-8a071b48ef8c8900163227ccc622833e26ba4064.zip |
Remove documentation about activeqt, because the latter is part of the commercial edition of Qt3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/extensions.pro | 1 | ||||
-rw-r--r-- | extensions/nsplugin/doc/index.doc | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/extensions/extensions.pro b/extensions/extensions.pro index c77985494..df53c9088 100644 --- a/extensions/extensions.pro +++ b/extensions/extensions.pro @@ -1,6 +1,5 @@ TEMPLATE = subdirs contains( QT_PRODUCT, qt-(enterprise|internal|eval) ) { - win32: SUBDIRS = activeqt x11: SUBDIRS = motif } diff --git a/extensions/nsplugin/doc/index.doc b/extensions/nsplugin/doc/index.doc index 011e58194..50835de4d 100644 --- a/extensions/nsplugin/doc/index.doc +++ b/extensions/nsplugin/doc/index.doc @@ -17,8 +17,7 @@ The TQt Netscape Plugin software makes it easy to write browser plugins that can be used on both Unix/Linux and MS-Windows, in Netscape, Mozilla, and any other web browser supporting Netscape's LiveConnect -protocol. Modern versions of MSIE do not support this protocol. Use -the ActiveQt Framework to develop plugins for these browsers. +protocol. Modern versions of MSIE do not support this protocol. \section1 Information |