summaryrefslogtreecommitdiff
path: root/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server_qtro_test.pro
blob: 8a8ee5529e109e944553b0e0ba9f875a450ad5e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
TARGET = tst_org-example-echo-qtro
QMAKE_PROJECT_NAME = $$TARGET
QT -= gui
QT += testlib ivicore
LIBS += -L$$OUT_PWD/.. -l$$qtLibraryTarget(echo_frontend)

DESTDIR = ..

CONFIG += c++11 console ivigenerator testcase
CONFIG -= app_bundle

INCLUDEPATH += $$OUT_PWD/../frontend
INCLUDEPATH += $$OUT_PWD/../backend_qtro

SOURCES += main.cpp \
    server.cpp \
    echoservice.cpp \
    tst_echoqtro.cpp

QFACE_FORMAT = server_qtro
QFACE_SOURCES = ../../../org.example.echo.qtro.qface

HEADERS += \
    server.h \
    echoservice.h \
    tst_echoqtro.h

QMAKE_RPATHDIR += $$OUT_PWD/..
QMAKE_RPATHDIR += $$OUT_PWD/../qtivi