This directory contains all files that belong to the JKQTExtras library. There are several ways to add these to your program:
If you use QMake and simply want to include all necessary files into your project, include one of these PRI
-files into your QMake Project:
jkqtextras.pri
contains all files in this library
In the directory ../staticlib
you will find several Project files that build a static library of the full JKQtExtras. You can then link against these libs in your project.
In the directory ../sharedlib
you will find several Project files that build a dynamic shared library of the full JKQtExtras. You can then link against these libs in your project.