Commit 37b0bbacfb696551843ae5ceb886f1bcdcb0f630

Authored by Thiago Rocha
1 parent be0fa4c4
Exists in master

Conserto para build do cacicD.

cacic-daemon/cacicD/cacicD.pro
@@ -19,7 +19,7 @@ win32 { @@ -19,7 +19,7 @@ win32 {
19 LIBS += -L/usr/lib -lcryptopp 19 LIBS += -L/usr/lib -lcryptopp
20 } 20 }
21 TEMPLATE = app 21 TEMPLATE = app
22 -TEMPLATE = lib 22 +#TEMPLATE = lib
23 23
24 SOURCES += main.cpp \ 24 SOURCES += main.cpp \
25 cacicd.cpp \ 25 cacicd.cpp \
cacic-daemon/cacicD/cacicd.cpp
@@ -24,7 +24,7 @@ cacicD::~cacicD() @@ -24,7 +24,7 @@ cacicD::~cacicD()
24 void cacicD::start() { 24 void cacicD::start() {
25 try{ 25 try{
26 this->app = application(); 26 this->app = application();
27 - QLogger::QLoggerManager::get 27 +
28 qDebug() << "\nServiço iniciado em" << app->applicationDirPath(); 28 qDebug() << "\nServiço iniciado em" << app->applicationDirPath();
29 QJsonObject result = ccacic->getJsonFromFile(app->applicationDirPath() + "/getConfig.json"); 29 QJsonObject result = ccacic->getJsonFromFile(app->applicationDirPath() + "/getConfig.json");
30 if(!result.contains("error") && !result.isEmpty()){ 30 if(!result.contains("error") && !result.isEmpty()){