Home · Overviews · Examples 

QLibraryInfo Class Reference
[com.trolltech.qt.core module]

The QLibraryInfo class provides information about the Qt library. More...


Detailed Description

The QLibraryInfo class provides information about the Qt library.

Many pieces of information are established when Qt is configured. Installation paths, license information, and even a unique build key. This class provides an abstraction for accessing this information.

FunctionReturn value
buildKeyA string that identifies the Qt version and the configuration. This key is used to ensure that plugins link against the same version of Qt as the application.
locationThe path to a certain Qt component (e.g., documentation, header files).
licensee, licensedProductsLicensing information.

You can also use a qt.conf file to override the hard-coded paths that are compiled into the Qt library. For more information, see the Using qt.conf documentation.

See also QSysInfo and Using qt.conf.


Copyright © 2007 Trolltech Trademarks
Qt Jambi 4.3.2_01