Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-10444

Creating C++ shared library creates a Qt plugin

XMLWordPrintable

    • 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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kleint Friedemann Kleint
            jkobus Jarek Kobus
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes