Shortly before your reply I realized the macros were doing the same thing :P
But that's just it, I've had the QDESIGNER_WIDGET_EXPORT macro in there the whole time, and I still don't have any lib file. Incase it's important, my .pro file is:
CONFIG += designer \
plugin \
release
TEMPLATE = lib
DEFINES += SHAREDLIB_LIBRARY
HEADERS += pcustomwidgetgroupplugin.h \
include(CustomWidgets.pri)
target.path = $$[QT_INSTALL_PLUGINS]/designer
INSTALLS += target
CONFIG += designer \
plugin \
release
TEMPLATE = lib
DEFINES += SHAREDLIB_LIBRARY
HEADERS += pcustomwidgetgroupplugin.h \
include(CustomWidgets.pri)
target.path = $$[QT_INSTALL_PLUGINS]/designer
INSTALLS += target
To copy to clipboard, switch view to plain text mode
Am I missing something to create the lib file?
Bookmarks