Originally Posted by
Lykurg
In which folders you have put the files? Debug where Qt is searching for the libraries. Also make sure you have to right mysql.dll.
here is the output from the installation script
[Files]
Source: "C:\Users\kornicameister\Documents\My Dropbox\Programming\Projects\C++\Agatom\AgatomProject-build-desktop\release\finish\AgatomProject.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\kornicameister\Documents\My Dropbox\Programming\Projects\C++\Agatom\AgatomProject-build-desktop\release\finish\dll2\*"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\kornicameister\Documents\My Dropbox\Programming\Projects\C++\Agatom\AgatomProject-build-desktop\release\finish\dll\*"; DestDir: "{win}\System32"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "C:\Users\kornicameister\Documents\My Dropbox\Programming\Projects\C++\Agatom\AgatomProject-build-desktop\release\finish\sources\*"; DestDir: "{app}\sources"; Flags: ignoreversion recursesubdirs createallsubdirs
[Files]
Source: "C:\Users\kornicameister\Documents\My Dropbox\Programming\Projects\C++\Agatom\AgatomProject-build-desktop\release\finish\AgatomProject.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\kornicameister\Documents\My Dropbox\Programming\Projects\C++\Agatom\AgatomProject-build-desktop\release\finish\dll2\*"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\kornicameister\Documents\My Dropbox\Programming\Projects\C++\Agatom\AgatomProject-build-desktop\release\finish\dll\*"; DestDir: "{win}\System32"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "C:\Users\kornicameister\Documents\My Dropbox\Programming\Projects\C++\Agatom\AgatomProject-build-desktop\release\finish\sources\*"; DestDir: "{app}\sources"; Flags: ignoreversion recursesubdirs createallsubdirs
To copy to clipboard, switch view to plain text mode
now in folder dll are the files I've enumerated before and these files are copied into to
(disk_letter):\Windows\System32\
(disk_letter):\Windows\System32\
To copy to clipboard, switch view to plain text mode
in folder dll2 are the files dragged from
~\qt\plugins\sqldrivers
~\qt\plugins\sqldrivers
To copy to clipboard, switch view to plain text mode
(this possible solution I found in another thread but it failed to help)
other files are irrelevant for this bug
I assume Qt searches for them in {win}\System32 dir, as without dll files (such as QtCore4.dll and others) the application used to failed to launch every time on the virtual machine
by right mysql.dll you mean what, to be exact ?
Bookmarks