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 find .dll of Mysql plugin after building the plugin ?
Qt 6.11 is out! See what's new in the release blog

How to find .dll of Mysql plugin after building the plugin ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 692 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.
  • H Offline
    H Offline
    Havaloow
    wrote on last edited by aha_1980
    #1

    hello ,
    hope you all doing great.

    i have built the plugin of mysql in Qtbase/sqldrivers/mysql , but the problem is in the release folder i cannot find any of the dlls of mysql.

    ive used msvc 2015 with mysql 8.0.

    hope you guys can help me , thanks.

    1 Reply Last reply
    0
    • Kent-DorfmanK Offline
      Kent-DorfmanK Offline
      Kent-Dorfman
      wrote on last edited by
      #2

      in unix/linux I would use something like

      find / -xdev -type f -ctime -1 -iname \*.dll
      

      and as an fyi, some installation procedures install dlls under the windows folder, but it is very dependent upon the build and installation process used.

      The dystopian literature that served as a warning in my youth has become an instruction manual in my elder years.

      1 Reply Last reply
      1
      • H Offline
        H Offline
        Havaloow
        wrote on last edited by
        #3

        Thanks i use windows and the release folder does not contain any realseased dlls , and ive tried search method and again (qsqlmysql.dll) doesnt exist!.

        1 Reply Last reply
        0
        • Christian EhrlicherC Offline
          Christian EhrlicherC Offline
          Christian Ehrlicher
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Then maybe you only build the debug one.
          When you compile you will also see where the compiler/links puts the library to. So let it recompile the whole stuff with 'nmake clean' and 'nmake' and take a look at the output.

          Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
          Visit the Qt Academy at https://academy.qt.io/catalog

          1 Reply Last reply
          3

          • Login

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