From 2de7eaa99d2b91f2c1f1805acc2cb158781b5837 Mon Sep 17 00:00:00 2001 From: Matthew Crossley Date: Mon, 10 Oct 2016 14:26:11 -0700 Subject: [PATCH] Update NM_TC.pro Circular reference was overwriting sourcefile TC.cpp on compilation. --- NM_TC.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NM_TC.pro b/NM_TC.pro index f174150..16288e0 100644 --- a/NM_TC.pro +++ b/NM_TC.pro @@ -3,7 +3,7 @@ CONFIG += console CONFIG -= app_bundle CONFIG -= qt -TARGET = TC.cpp +TARGET = release_binary SOURCES += Cortical_Column.cpp \ TC.cpp \