From dff652d9f79ab6e9315c69447354b1b2cf99541d Mon Sep 17 00:00:00 2001
From: bbartels <bbartels@iastate.edu>
Date: Wed, 26 Apr 2017 10:31:39 -0500
Subject: [PATCH] Revert "Update Makefile"

This reverts commit 01787194ac347230e6fe762210dd8cf07e4f134d
---
 groundStation/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/groundStation/Makefile b/groundStation/Makefile
index 426a90aa1..e6f47733b 100644
--- a/groundStation/Makefile
+++ b/groundStation/Makefile
@@ -70,7 +70,7 @@ vrpn/build:
 	cd src/vrpn/build && cmake .. && make
 
 GroundStation:
-	cd gui/MicroCART && qmake
+	cd gui/MicroCART && qmake-qt5
 	cd gui/MicroCART && make
 	ln -s gui/MicroCART/MicroCART GroundStation
 
-- 
GitLab