mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
fixed compilation in linux
This commit is contained in:
parent
72dd87d198
commit
75f5c5774c
@ -27,7 +27,7 @@
|
||||
#ifndef QSLOGDESTFUNCTOR_H
|
||||
#define QSLOGDESTFUNCTOR_H
|
||||
|
||||
#include "QSLogDest.h"
|
||||
#include "QsLogDest.h"
|
||||
#include <QObject>
|
||||
|
||||
namespace QsLogging
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user