added server-sdk.pri

This commit is contained in:
Filip Bucek 2019-11-06 10:02:38 +01:00
parent 3e5c09d411
commit c439d1263d
4 changed files with 4 additions and 3 deletions

1
server-sdk.pri Normal file
View File

@ -0,0 +1 @@
include($$PWD/src/core/core.pri)

View File

@ -1,4 +1,4 @@
INCLUDEPATH += $$PWD
INCLUDEPATH += $$PWD/..
CONFIG += c++14
#SRC_DIR = $$PWD
message($$PWD)

View File

@ -1,4 +1,4 @@
#include "core.h"
#include "core/core.h"
#include <QCoreApplication>
#include <QCommandLineParser>

View File

@ -1,6 +1,6 @@
#include "tst_request.h"
#include "request.h"
#include "core/request.h"
namespace core {