diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/distributingqt.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/distributingqt.html')
-rw-r--r-- | doc/html/distributingqt.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/distributingqt.html b/doc/html/distributingqt.html index a002535d6..5e040bd74 100644 --- a/doc/html/distributingqt.html +++ b/doc/html/distributingqt.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <p> This document lists the platform-specific files needed to distribute TQt applications. We do not include any compiler-specific files that -may also be retquired. (See also, <a href="winsystem.html">Window +may also be required. (See also, <a href="winsystem.html">Window System-specific Notes</a>.) <p> <!-- toc --> <ul> @@ -81,7 +81,7 @@ path. version is prefixed with <em>-mt</em>. <p> <h3> Distributing Plugins </h3> -<a name="2-1"></a><p> You must include any plugin files retquired by the application. +<a name="2-1"></a><p> You must include any plugin files required by the application. <p> Plugins must be put into a subdirectory under a directory known to TQt as a plugin directory. The subdirectory must have the name of the plugin category (e.g. <tt>styles</tt>, <tt>sqldrivers</tt>, <tt>designer</tt>, etc.). |