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 include my project B with Project A
Forum Updated to NodeBB v4.3 + New Features

How to include my project B with Project A

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 114 Views
  • 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.
  • J Offline
    J Offline
    JacobNovitsky
    wrote on 18 Sept 2023, 03:17 last edited by
    #1

    Its basically custom C++ and Qt functions from project MPU need to include to new project VMPU
    I believe I need to make some kind of Library?
    please advise

    J 1 Reply Last reply 18 Sept 2023, 06:18
    0
    • J JacobNovitsky
      18 Sept 2023, 03:17

      Its basically custom C++ and Qt functions from project MPU need to include to new project VMPU
      I believe I need to make some kind of Library?
      please advise

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 18 Sept 2023, 06:18 last edited by
      #2

      @JacobNovitsky said in How to include my project B with Project A:

      I believe I need to make some kind of Library?

      Yes, you can make the project you want to include a library.
      Or you can simply add the code of that project to your other project.
      It really depends what you want/need.
      See https://doc.qt.io/qt-6/sharedlibrary.html for shared libraries.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2

      1/2

      18 Sept 2023, 03:17

      • Login

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