vote up 3 vote down star
1

Trying to use the form editor that is integrated into QTCreator, but even when I place my plugin into QtCreator.app/Contents/MacOS/designer it doesn't show up. The same dylib file does work with the standalone designer app, though.

QTCreator version info: QTCreator 1.1.0 (Based on QT Version 4.5.1) Designer version info: Version 4.5.1

Any hints? This webpage: http://labs.trolltech.com/page/Projects/Tools/QtCreator/FAQ, suggested that I have a versioning problem, but that seems nutty as I'm using "pure" 4.5 (clean install and all that)...

flag

75% accept rate
I basically gave up getting creator to load the custom widget dynamically and used promotion instead :) – Dan O May 18 at 23:35

2 Answers

vote up 1 vote down

Have you made the linker references for the plugin correct? Try

otool -L /path/to/plugin/dylib

on the plugin binary and see if it's able to reference the Qt libs correctly assuming @executable_path is the designer binary

link|flag
vote up 0 vote down

I have exactly the same issue. It appears to be the same on windows.

Any ideas?

link|flag
Like I mentioend up top.. I ended up giving up. Promotion seemed much simpler. – Dan O Aug 10 at 1:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.