debugging - Qt Application shows build error in Debug mode, OK in release mode -


i have qt (i think 4.8.4) 32-bit statically compiled on 64-bit windows 7. compiler using mingw 32-bit (mingw32-make.exe). when build statically in release mode, files generated succefully in following directory:

c:\qt\qt5.0.0\tools\qtcreator\bin\project-build-unnamed_microsoft_windows_sdk_for_windows_7_7_1_7600_0_30514_x86-release 

however, when try build in debug mode, gives me following compile errors

cannot find -lqtmaind cannot find -lqtguid cannot find -lqtnetworkd cannot find -lqtcored collect2: ld returned 1 exit status 

please let me know can access debug features. also, changes shall have make in configuration able build project dynamically well.

when installed qt, did configure install static debug libraries also. if not try reconfiguring , reinstalling it. in windows, think installed preconfigured, precompiled binary may not have static debug support. try downloading source , configure , compile according needs


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -