Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. 3 party integration

3 party integration

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
4 Posts 3 Posters 1.2k 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.
  • R Offline
    R Offline
    Richa
    wrote on last edited by
    #1

    Hey,

    I want to make small Qt console application and integarte 3rd party Blackmagic Decklink sdk.
    I go through various forums. But i don't understand how to integrate SDK as well as is it possible to integrate BlackMagic SDK in QT Application?

    raven-worxR 1 Reply Last reply
    0
    • R Richa

      Hey,

      I want to make small Qt console application and integarte 3rd party Blackmagic Decklink sdk.
      I go through various forums. But i don't understand how to integrate SDK as well as is it possible to integrate BlackMagic SDK in QT Application?

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by raven-worx
      #2

      @Richa said in 3 party integration:

      I go through various forums. But i don't understand how to integrate SDK as well as is it possible to integrate BlackMagic SDK in QT Application?

      As long as it is a C/C++ SDK the process is pretty straight forward.

      Or alternatively if possible (i don't know how the SDK is built up) embedd it into your application by adding all it's source files to your project. But this might cause other side-effects. Better link against it (see the link i've posted)

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      1
      • R Offline
        R Offline
        Richa
        wrote on last edited by
        #3

        @Richa said in 3 party integration:

        w to integrate SDK

        Thank you for the reply. But the problem is i have .h file and .idl file.
        I don't understand how can i include .idl files in qt project.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          You have here an example of a qmake custom compiler for IDL files.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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