ui: log tab

This commit is contained in:
Andreas Stallinger
2016-11-10 11:09:24 +01:00
parent 338335acf3
commit cf8e8c7655
23 changed files with 514 additions and 168 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ endfunction()
set(upxPath ${CMAKE_CURRENT_LIST_DIR}/../bin/app/Release)
execute_process(
COMMAND ${upxPath}/Coati -z /home/vagrant/dev/license.txt
COMMAND ${upxPath}/Coati -z $ENV{HOME}/dev/license.txt
)
execute_process(
@@ -29,7 +29,7 @@ endfunction()
#execute_process(
#COMMAND ${upxPath}/Coati -f -d ${upxPath}/../data/projects/javaparser/javaparser.coatiproject
#)
#SET (NO_UPX 1)
SET (NO_UPX 1)
if (NO_UPX)
execute_process(