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. Output Path of Qt Creator
Forum Updated to NodeBB v4.3 + New Features

Output Path of Qt Creator

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 308 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.
  • S Offline
    S Offline
    SeppyQT
    wrote on last edited by
    #1

    Hallo,
    I usually using MSVC++ with Qt Plugin.
    But now I used Qt Creator to compile a dll.
    Now my problem is: The Qt Creator put my dll NOT in the Project Folder like MSVC++ and worse IT only tells you the a small part of the Path. So I can't find it.

    Where the hack is the Creator putting the binaries?
    it displayed: release\QtColorWidgets-Qt52.dll
    it can be everywhere. it could be so easy if the qt creator would have postet the absolute path of the location like MSVC++ does.

    jsulmJ 1 Reply Last reply
    0
    • S SeppyQT

      Hallo,
      I usually using MSVC++ with Qt Plugin.
      But now I used Qt Creator to compile a dll.
      Now my problem is: The Qt Creator put my dll NOT in the Project Folder like MSVC++ and worse IT only tells you the a small part of the Path. So I can't find it.

      Where the hack is the Creator putting the binaries?
      it displayed: release\QtColorWidgets-Qt52.dll
      it can be everywhere. it could be so easy if the qt creator would have postet the absolute path of the location like MSVC++ does.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @SeppyQT It is simple actually: the build directory is in the same directory where your project directory is located.
      In in such situations you can simply search for the dll to get the full path (either in Explorer or in cmd.exe).

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

      S 1 Reply Last reply
      2
      • jsulmJ jsulm

        @SeppyQT It is simple actually: the build directory is in the same directory where your project directory is located.
        In in such situations you can simply search for the dll to get the full path (either in Explorer or in cmd.exe).

        S Offline
        S Offline
        SeppyQT
        wrote on last edited by
        #3

        @jsulm

        thanks, It was in the parent directory.

        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