LNK1104: cannot open file 'qtmaind.lib'
Unsolved
General and Desktop
-
Hi,
When I created a widget application and debugged the program, I got the LNK1104: cannot open file 'qtmaind.lib'.
Information:
Qt version 5.9.1
Windows 10
Microsoft Visual C++ 2015 and 2017 installedI would really appreciate any help.
Thank you very much. -
Hi and welcome to devnet
@kuntoro said in LNK1104: cannot open file 'qtmaind.lib':
Microsoft Visual C++ 2015 and 2017 installed
You mean you have installed both MSVC versions?
@kuntoro said in LNK1104: cannot open file 'qtmaind.lib':
Qt version 5.9.1
This is the Qt version, but you have to tell us also for what compiler those binaries are pre-compiled.
What is the IDE you are using?
You want to use Qt directly from MSVC IDE?
Or do you want to use Qt's native IDE Qt creator?