From 5445c25f501f456239b299d2b8810e4beb97a4f3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 2 Dec 2013 14:13:04 -0600 Subject: Automated update from Qt3 --- tools/assistant/lib/lib.pro | 2 +- tools/assistant/lib/qassistantclient.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/assistant') diff --git a/tools/assistant/lib/lib.pro b/tools/assistant/lib/lib.pro index af1b1c6ce..49fef0c15 100644 --- a/tools/assistant/lib/lib.pro +++ b/tools/assistant/lib/lib.pro @@ -1,5 +1,5 @@ TEMPLATE = lib -TARGET = qassistantclient +TARGET = tqassistantclient VERSION = 1.0 CONFIG += qt warn_on release diff --git a/tools/assistant/lib/qassistantclient.cpp b/tools/assistant/lib/qassistantclient.cpp index 4db090fb3..d61043eb6 100644 --- a/tools/assistant/lib/qassistantclient.cpp +++ b/tools/assistant/lib/qassistantclient.cpp @@ -84,14 +84,14 @@ static TQAssistantClientPrivate *data( const TQAssistantClient *client, bool cre error() is emitted. This class is not included in the TQt library itself. To use it you - must link against \c libqassistantclient.a (Unix) or \c + must link against \c libtqassistantclient.a (Unix) or \c qassistantclient.lib (Windows), which is built into \c INSTALL/lib if you built the TQt tools (\c INSTALL is the directory where TQt is installed). If you use qmake, then you can simply add the following line to your pro file: \code - LIBS += -lqassistantclient + LIBS += -ltqassistantclient \endcode See also "Adding Documentation to TQt Assistant" in the \link -- cgit v1.2.1