mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 16:40:49 +02:00
added server-sdk.pri
This commit is contained in:
parent
3e5c09d411
commit
c439d1263d
1
server-sdk.pri
Normal file
1
server-sdk.pri
Normal file
@ -0,0 +1 @@
|
|||||||
|
include($$PWD/src/core/core.pri)
|
||||||
@ -1,4 +1,4 @@
|
|||||||
INCLUDEPATH += $$PWD
|
INCLUDEPATH += $$PWD/..
|
||||||
CONFIG += c++14
|
CONFIG += c++14
|
||||||
#SRC_DIR = $$PWD
|
#SRC_DIR = $$PWD
|
||||||
message($$PWD)
|
message($$PWD)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#include "core.h"
|
#include "core/core.h"
|
||||||
|
|
||||||
#include <QCoreApplication>
|
#include <QCoreApplication>
|
||||||
#include <QCommandLineParser>
|
#include <QCommandLineParser>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#include "tst_request.h"
|
#include "tst_request.h"
|
||||||
|
|
||||||
#include "request.h"
|
#include "core/request.h"
|
||||||
|
|
||||||
namespace core {
|
namespace core {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user