tresinformal / drakkar

The tresinformal video game called 'Drakkar'
GNU General Public License v3.0
11 stars 4 forks source link

Warnings when try to build #487

Closed EvoLandEco closed 2 years ago

EvoLandEco commented 2 years ago

image

I think this issue is due to the fact that debug/qrc_game_resources.cpp is listed twice in Makefile.Debug. Just open this file, from line 217 to 253 we can see this. Remove lines 237-253, and then remove the duplicated "debug/qrc_game_resources.cpp" at the end of lines 217 and 218, by doing this the warnings are gone.

image

EvoLandEco commented 2 years ago

Done in the develop