mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 11:50:42 +02:00
added header + fixed path
This commit is contained in:
parent
39deb493a7
commit
e03db176c3
@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "core/logger.h"
|
||||
|
||||
// Qt
|
||||
#include <QtCore>
|
||||
// c++
|
||||
|
||||
@ -8,6 +8,8 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
core::initAppLogger();
|
||||
|
||||
qCDebug(sdkcore) << "test message";
|
||||
|
||||
QCoreApplication app(argc, argv);
|
||||
QCoreApplication::setApplicationName("colnod-connector");
|
||||
QCoreApplication::setApplicationVersion("1.0");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user