From 744fef516eaf578f2f182186921b05dcf7a37086 Mon Sep 17 00:00:00 2001
From: ucart <ucart_groundstation@iastate.edu>
Date: Thu, 27 Apr 2017 14:51:55 -0500
Subject: [PATCH] added alias on groundstation computer so others can run just
 qmake

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

diff --git a/groundStation/Makefile b/groundStation/Makefile
index e6f47733b..426a90aa1 100644
--- a/groundStation/Makefile
+++ b/groundStation/Makefile
@@ -70,7 +70,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