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. how to create multiple dll in one project
Forum Updated to NodeBB v4.3 + New Features

how to create multiple dll in one project

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

    Its a waste of time to create one project or pro file for each dll, is there other suggestion works?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      If using qmake - yes that's the usual (only?) approach: make a subdirs main project and create each library in a separate sub project.

      (Z(:^

      1 Reply Last reply
      2
      • K Offline
        K Offline
        konata
        wrote on last edited by konata
        #3

        @sierdzio what if using cmake? then we can use sperate add_lib function for each cpp file?

        sierdzioS 1 Reply Last reply
        0
        • K konata

          @sierdzio what if using cmake? then we can use sperate add_lib function for each cpp file?

          sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          @konata said in how to create multiple dll in one project:

          @sierdzio what if using cmake? then we can use sperate add_lib function for each cpp file?

          Yes, then you can cram it all into a single CMakeLists.txt and use different targets to differentiate between the libraries.

          (Z(:^

          1 Reply Last reply
          1

          • Login

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