Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. where is the document to make a GUI dll?
Forum Updated to NodeBB v4.3 + New Features

where is the document to make a GUI dll?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 581 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.
  • jaylllJ Offline
    jaylllJ Offline
    jaylll
    wrote on last edited by
    #1

    Hi,
    where is the document to make a GUI dll?
    and how to call it from another application (like a regular c++ project)? (most likely, I know how to do this part, though)...
    but I never found any documents to make a GUI dll !@#$%
    I thought this was a very classic problem, isn't it?
    thanks

    K 1 Reply Last reply
    0
    • jaylllJ jaylll

      Hi,
      where is the document to make a GUI dll?
      and how to call it from another application (like a regular c++ project)? (most likely, I know how to do this part, though)...
      but I never found any documents to make a GUI dll !@#$%
      I thought this was a very classic problem, isn't it?
      thanks

      K Offline
      K Offline
      kenchan
      wrote on last edited by kenchan
      #2

      @jaylll Hello,

      AFAIK you just but this in your pro file to make a dll
      TEMPLATE = lib
      You can add any gui elements you like to the library.
      Did you try this but had some problems?
      take a look at this document http://doc.qt.io/qt-5/sharedlibrary.html

      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