proxguiqt.cpp also needs ui_image.h to build

This fixes the next parallel build failure in the current shuffle seed.
This commit is contained in:
Rick Farina (Zero_Chaos) 2023-08-02 11:30:18 -04:00
commit 0b70a10145
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -781,7 +781,7 @@ proxmark3: $(OBJS) $(STATICLIBS) lualibs/pm3_cmd.lua lualibs/mfc_default_keys.lu
src/proxgui.cpp: src/ui/ui_overlays.h src/ui/ui_image.h
src/proxguiqt.cpp: src/ui/ui_overlays.h
src/proxguiqt.cpp: src/ui/ui_overlays.h src/ui/ui_image.h
src/proxguiqt.moc.cpp: src/proxguiqt.h
$(info [-] MOC $@)