RTQI : Run-Time Qt Informations ?
I'm wondering if there's a way to know informations on Qt libraries on run-time...
I know that the class QLibraryInfo provides some basic info but they are too *basic*...
As an examples how can I know if the available libs are a commercial or an open source edition ?
Re: RTQI : Run-Time Qt Informations ?
Quote:
Originally Posted by fullmetalcoder
I'm wondering if there's a way to know informations on Qt libraries on run-time...
I know that the class QLibraryInfo provides some basic info but they are too *basic*...
Are they?
Quote:
As an examples how can I know if the available libs are a commercial or an open source edition ?
Code:
#include <QLibraryInfo>
int main(){
return 0;
}
In my case gives:
Quote:
Open Source
OpenSource
i686 Linux g++-4 full-config