简体   繁体   中英

Qt SQL MYSQL Driver not loaded in shipping

I know this question is asked 500 times a day but I cant help myself.

I have a QT Program wich runs really fine in production, but when it comes to shipping It cant find the sql driver.

I read that the libmysql.dll have to be in ./sqldrivers but its not working anyways.

Here are my Files for the project:

21.06.2016  15:00    <DIR>          .
21.06.2016  14:51    <DIR>          ..
21.06.2016  14:51           230.400 bass.dll
21.06.2016  14:51            36.864 basscd.dll
21.06.2016  14:51           203.776 Qt5Sql.dll
21.06.2016  14:51         5.664.256 Qt5Core.dll
21.06.2016  14:51         6.019.072 Qt5Gui.dll
21.06.2016  14:51         5.295.104 libmysql.dll
21.06.2016  14:51         5.472.768 Qt5Widgets.dll
21.06.2016  14:51           420.352 test.exe
21.06.2016  14:51           635.040 msvcp140.dll
21.06.2016  14:51           332.968 concrt140.dll
21.06.2016  14:51         5.624.984 mfc140.dll
21.06.2016  14:51           105.120 mfcm140.dll
21.06.2016  14:51           552.608 vcamp140.dll
21.06.2016  14:51           390.320 vccorlib140.dll
21.06.2016  14:51           205.984 vcomp140.dll
21.06.2016  14:51            88.752 vcruntime140.dll
21.06.2016  14:51           213.680 VSCover140.dll
21.06.2016  14:51           274.600 VSPerf140.dll
21.06.2016  14:51         1.020.928 qwindows.dll
21.06.2016  14:52    <DIR>          platforms
21.06.2016  14:56    <DIR>          sqldrivers
              19 Datei(en),     32.787.576 Bytes
               4 Verzeichnis(se),     45.801.472 Bytes frei

/sqldrivers
21.06.2016  14:56    <DIR>          .
21.06.2016  15:00    <DIR>          ..
26.02.2015  00:27         5.191.680 libmysql.dll
               1 Datei(en),      5.191.680 Bytes
               2 Verzeichnis(se),     45.801.472 Bytes frei

/platforms
21.06.2016  14:52    <DIR>          .
21.06.2016  15:00    <DIR>          ..
21.06.2016  14:52         1.249.280 qwindows.dll
21.06.2016  14:51            35.840 qminimal.dll
21.06.2016  14:51            99.840 qminimald.dll
21.06.2016  14:51         2.920.448 qminimald.pdb
21.06.2016  14:51           664.064 qoffscreen.dll
21.06.2016  14:52         1.304.576 qoffscreend.dll
21.06.2016  14:52         5.386.240 qoffscreend.pdb
21.06.2016  14:52         2.620.416 qwindowsd.dll
21.06.2016  14:52        12.578.816 qwindowsd.pdb
               9 Datei(en),     26.859.520 Bytes
               2 Verzeichnis(se),     45.801.472 Bytes frei

Where is the Problem here?

greetings Dropye

在那里,缺少qsqlmysql.dll(位于插件/ sqldrivers中),我只是将dll复制到%Appdir%/ sqldrivers中,并且可以正常工作

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM