diff options
Diffstat (limited to 'doc/html/porting.html')
| -rw-r--r-- | doc/html/porting.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/porting.html b/doc/html/porting.html index a9b0bbb56..ac6bbf521 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -149,13 +149,13 @@ library is static. If you just use the default configuration you don't need to set certain preprocessor defines. In TQt 3.0, the default configuration of the TQt library is to build it as a shared library, therefore the preprocessor define <tt>QT_DLL</tt> is needed. -<p> If you use tmake with TQt 2.x, and now use qmake with TQt 3.x, then the +<p> If you use tmake with TQt 2.x, and now use tqmake with TQt 3.x, then the cause of the problem is with the project file. In the project file, there is usually line that looks like: <p> <tt>CONFIG</tt> = ... <p> this should be changed to <p> <tt>CONFIG</tt> += ... -<p> so that qmake can look at the configuration that TQt was built with and +<p> so that tqmake can look at the configuration that TQt was built with and set any relevant preprocessor defines in the makefile. <p> <a name="Headers"></a> <h2> Header file inclusion changes |
