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. Qt Creator, target bundle extension - how?
Forum Updated to NodeBB v4.3 + New Features

Qt Creator, target bundle extension - how?

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 1.6k Views 2 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.
  • S Offline
    S Offline
    Synthetic Brain
    wrote on last edited by
    #1

    I try to develop VST/AU/AAX/RTAS audio plugins with Qt Creator on Mac. For these plug-ins bundle must have a certain extension in the name. For example, "MyPlugin.component" for Audio Unit plug-in, "MyPlugin.vst" for the VST plug-in, "MyPlugin.vst3" for VST3 plug-in and so on. But Qt Creator is always packed bundle with the extension ".app" on OS X like a "MyPlugin.app". The same applies to the packaging VST3 plug-in on Windows, in this case, instead of the .dll extension file should be .vst3 although in fact it is nothing more than a DLL shared library.

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

      Hi and welcome to devnet,

      You can try using the TARGET_EXT variable.

      Hope it helps

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

      S 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        You can try using the TARGET_EXT variable.

        Hope it helps

        S Offline
        S Offline
        Synthetic Brain
        wrote on last edited by
        #3

        @SGaist
        Thank for reply!
        Unfortunately it does not helps. After much searching and digging in google, I was convinced once again that Qt Creator is completely not suitable for the development of audio plug-ins.

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

          Ok, then for the dlls you can use QMAKE_EXTENSION_SHLIB and for the bundle QMAKE_BUNDLE_EXTENSION.

          By the way, Qt Creator is innocent for that matter, it will depend on your project manager (in your case qmake)

          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