From 75f5c5774cb3cf31561f4b6c5ba07763094d0911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Tue, 27 May 2014 11:29:19 -0700 Subject: [PATCH] fixed compilation in linux --- QsLog/QsLogDestFunctor.h | 2 +- compileX11.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/QsLog/QsLogDestFunctor.h b/QsLog/QsLogDestFunctor.h index b4c7fc1f..e34631f0 100644 --- a/QsLog/QsLogDestFunctor.h +++ b/QsLog/QsLogDestFunctor.h @@ -27,7 +27,7 @@ #ifndef QSLOGDESTFUNCTOR_H #define QSLOGDESTFUNCTOR_H -#include "QSLogDest.h" +#include "QsLogDest.h" #include namespace QsLogging diff --git a/compileX11.sh b/compileX11.sh index 20566742..403f517a 100755 --- a/compileX11.sh +++ b/compileX11.sh @@ -13,7 +13,7 @@ make cd .. echo "Copying to destination folder" -dest='YACReader-'$1' X11-'$2'-qt4' +dest='YACReader-'$1'-X11-'$2'-qt5' mkdir "$dest" cp ./YACReader/YACReader "./${dest}/YACReader" cp ./YACReaderLibrary/YACReaderLibrary "./${dest}/YACReaderLibrary"