-
Bug
-
Resolution: Done
-
P4: Low
-
Qt Creator 3.0.0-rc1
-
None
-
3716791d0b477735fdb10613e79f737d6b5ef351
To reproduce:
1. File | New File or Project... | Libraries | C++ Library
2. "Type" field -> choose "Qt Plugin"
3. Next, next (you are on Class Information page)
4. Back, back (you are back on Location page)
5. "Type" field -> choose "Shared Library"
6. Next, next, next, next, finish.
7. Open generated header file, it contains:
#include <QGenericPlugin>
class UNTITLED3SHARED_EXPORT Untitled3 : public QGenericPlugin
what is typical for plugin, not for library template.