Search Results

1
vote

QTCreator’s integrated form editor won’t load custom widget plugins (Designer does)

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 c …
1
vote

Adding external library into Qt Creator project

Remember to export the symbol in your library, then using it's header and lib file should work just fine; ht …
0
votes

QT creator/qt embedded widget demo problem

QtGui is a meta-include file that includes all header files of the QtGui module, you should find it in the include/ folder of your Qt installation. If this isn't created, something went amiss in yo …