fritzing / fritzing-app

Fritzing desktop application
http://fritzing.org
Other
3.98k stars 826 forks source link

-1: error: LNK1104: cannot open file 'quazip1-qt6.lib' #4105

Closed axelklaudedelgado closed 8 months ago

axelklaudedelgado commented 8 months ago

When trying to build using Qt Creator, I get this error. I do have the file and its library is there

-1: error: LNK1104: cannot open file 'quazip1-qt6.lib'

MKK4559 commented 6 months ago

How did you solve this issue?

Edit: I solved the issue by adding "LIBS +=" then the directory of my quazip1-qt6.lib file in quotation marks into the .pro file.