Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Creating Dynamic Plugin on Visual Studio 2010 Express
Qt 6.11 is out! See what's new in the release blog

Creating Dynamic Plugin on Visual Studio 2010 Express

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 1.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    victor.osorio
    wrote on last edited by
    #1

    How can I create an Visual Studio 2010 project for creating a Dynamic Plugin for my Qt Application?

    Works on Qt Creator using .pro file with:

    @TEMPLATE = lib
    CONFIG += qt plugin@
    But I can't add the headers file of my Application to build the plugin.

    On Visual Studio, I should create a dll project?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved