From 6a58e446d0120dc00ec8f6b2ebbc2e5021c2ff88 Mon Sep 17 00:00:00 2001
From: EllissaPeterson <ellissa@iastate.edu>
Date: Tue, 18 Jan 2022 19:26:51 -0600
Subject: [PATCH] makefile fixed

---
 groundStation/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/groundStation/Makefile b/groundStation/Makefile
index 620bbcefd..e4eafdd3e 100644
--- a/groundStation/Makefile
+++ b/groundStation/Makefile
@@ -82,7 +82,7 @@ vrpn/build:
 	cd src/vrpn/build && cmake .. && make
 
 GroundStation:
-	cd gui/MicroCART && qmake-qt5
+	cd gui/MicroCART && qmake
 	cd gui/MicroCART && make
 	ln -s gui/MicroCART/MicroCART GroundStation
 
-- 
GitLab