Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

Windows Build fails to find needed dll because it builds in Debug mode #7

Closed
MTRNord opened this issue Apr 24, 2017 · 1 comment
Closed

Comments

@MTRNord
Copy link
Contributor

MTRNord commented Apr 24, 2017

The current windows build done by appveyor makes a debug build and therefor misses these required files:

  • Qt5Cored.dll
  • Qt5Guid.dll
  • Qt5Networkd.dll
  • Qt5Svgd.dll
  • Qt5Widgetsd.dll

A easy fix is to build a release version and use that as it than uses the correct and present dll files.

According to StackOverflow adding --config Release to the - cmake --build build line in the appveyor.yml file and changing the copy command to the release output folder would generate a correct release file and fix the dll loading bugs.

If wanted I add a PR (after nsis stuff is added or if wanted even in that PR) (Reason: don't want to mess that PR up :P)

@MTRNord MTRNord mentioned this issue Apr 24, 2017
2 tasks
@MTRNord
Copy link
Contributor Author

MTRNord commented Apr 24, 2017

#8 will fix this issue.

@mujx mujx closed this as completed Apr 25, 2017
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants