Guys, isn't there a simple function to retrieve
QT dynamic lib version number?
Most tools have. If it doesn't maybe we shouldn't
create a workaround just report it to QT. Another
possibility is that they left it out on purpose,
f.e. because compatibility with dynamic libs is
automatically ens
Thanks in advance
CdQ
On Wed, Mar 3, 2010 at 4:29 PM, Pritpal Bedi wrote:
>
>
> CarozoDeQuilmes wrote:
> >
> > Hi, four dias ago, I sent this mail but I think that I don't explain
> > clearly
> >
> > With the Pritpal function Qt_Version_Str(), I can get the Qt library
> > version
> > that I use
CarozoDeQuilmes wrote:
>
> Hi, four dias ago, I sent this mail but I think that I don't explain
> clearly
>
> With the Pritpal function Qt_Version_Str(), I can get the Qt library
> version
> that I use for compile my program, but I need get the version of Qt
> Dinamic
> Libary that I use for ru
Hi, four dias ago, I sent this mail but I think that I don't explain clearly
With the Pritpal function Qt_Version_Str(), I can get the Qt library version
that I use for compile my program, but I need get the version of Qt Dinamic
Libary that I use for running my program.
I need it for check compa
Hi Pritpal, maybe I am wrong and you can help me. I only need get the
version, release and build of Qt library (ex: 4.6.2)
I don't need add any plugins (in Static Link Mode, Qt don't support jpg
images without pluging but isn't very necesary)
Thanks
CdQ
On Fri, Feb 26, 2010 at 5:51 PM, Prit
Viktor Szakáts wrote:
>
> We've decided to not support the plugin architecture of QT lib
> for various reasons detailed back then.
>
:buildKey() only generates a key which are essential for a plugin
to be linked in a version of Qt.
As far as my understanding extends, this class has nothing to
We've decided to not support the plugin architecture of QT lib
for various reasons detailed back then.
Brgds,
Viktor
On Fri, Feb 26, 2010 at 9:32 PM, Pritpal Bedi wrote:
>
>
> CarozoDeQuilmes wrote:
> >
> > Hi Pritpal, can you add the class QLibraryInfo with the BuildKey method ?
> >
>
> A far a
CarozoDeQuilmes wrote:
>
> Hi Pritpal, can you add the class QLibraryInfo with the BuildKey method ?
>
A far as I remeber, the request has been replied before. No ?
QLibraryInfo is a pure virtual class and needs a lot more to sub-class it.
I will look into this next week, just remind me then.