Qt-interest Archive, December 2007
Plugin loading error on the Mac...
Message 1 in thread
I am sure this has worked before but has now stopped working and I get
the following error string from the QPluginLoader object:
"The file '/Users/tcondon/Projects/UPCApp/UPCApp/src/UPCShell/build/
debug/UPCShell.app/Contents/PlugIns/Styles/
libStylePlugin_English.dylib' is not a valid Qt plugin."
Any ideas? I know the path is correct.
--
[ signature omitted ]
Message 2 in thread
Is your lib OK?
I had this once and by making the screen larger it showed me I had forgotten
to implement a function :(
Happy coding,
Eric
> I am sure this has worked before but has now stopped working and I get
> the following error string from the QPluginLoader object:
>
> "The file '/Users/tcondon/Projects/UPCApp/UPCApp/src/UPCShell/build/
> debug/UPCShell.app/Contents/PlugIns/Styles/
> libStylePlugin_English.dylib' is not a valid Qt plugin."
>
> Any ideas? I know the path is correct.
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body. List archive and information:
> http://lists.trolltech.com/qt-interest/
--
[ signature omitted ]
Message 3 in thread
I am thinking there is a problem with my plugin cache. Does anyone
know if you can delete the cache file without problems?
-Tom Condon
On Dec 5, 2007, at 4:34 PM, Eric Methorst wrote:
> Is your lib OK?
> I had this once and by making the screen larger it showed me I had
> forgotten
> to implement a function :(
>
> Happy coding,
> Eric
>> I am sure this has worked before but has now stopped working and I
>> get
>> the following error string from the QPluginLoader object:
>>
>> "The file '/Users/tcondon/Projects/UPCApp/UPCApp/src/UPCShell/build/
>> debug/UPCShell.app/Contents/PlugIns/Styles/
>> libStylePlugin_English.dylib' is not a valid Qt plugin."
>>
>> Any ideas? I know the path is correct.
>>
>> --
>> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx
>> with
>> "unsubscribe" in the subject or the body. List archive and
>> information:
>> http://lists.trolltech.com/qt-interest/
>
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx
> with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
--
[ signature omitted ]
Message 4 in thread
On torsdag den 6. December 2007, tomcondon@xxxxxxx wrote:
> I am thinking there is a problem with my plugin cache. Does anyone
> know if you can delete the cache file without problems?
You can.
Bo.
--
[ signature omitted ]