X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcontrib%2Flibqxt-2007-10-24%2Fdoctemplate%2Fmodules.html;fp=src%2Fcontrib%2Flibqxt-2007-10-24%2Fdoctemplate%2Fmodules.html;h=adf20aa1b9f79704840c121f3b8d8ca1f40f4505;hb=a634acadbcf6017474f68a3eaf7cb632660e9e49;hp=0000000000000000000000000000000000000000;hpb=cd122ca8e0d2c0ffc5397e0a813c75d791a7e6e3;p=quassel.git diff --git a/src/contrib/libqxt-2007-10-24/doctemplate/modules.html b/src/contrib/libqxt-2007-10-24/doctemplate/modules.html new file mode 100644 index 00000000..adf20aa1 --- /dev/null +++ b/src/contrib/libqxt-2007-10-24/doctemplate/modules.html @@ -0,0 +1,27 @@ +
+

Qxt's Modules

+
+ +

+Qxt consists of several modules, each of which lives in a separate library. +

+ +
+

+ + +
+

+
+ + +

If you use qmake to build your projects, you can tell qmake to link and include a specific module (this example uses core and gui) by adding the following line to your .pro file:

+ +
CONFIG  += qxt
QXT += core gui
+

On Windows, if you do not use qmake or the Qxt Integration +you have to +

    +
  1. add {libqxtinstalldir}\include\qxt\QxtCore to your include path
  2. +
  3. add the library QxtCore.lib to your project
  4. +
+

See also Qxt's Classes.