summaryrefslogtreecommitdiffstats
path: root/tests/qtuitest/tst_qtestprotocol/tst_qtestprotocol.pro
blob: f7c146a28aad8276bca1e155fb7b280c015d9396 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TEMPLATE=app
CONFIG+=unittest
QT = core network
TARGET=tst_qtestprotocol
CONFIG+=qtestlib
INCLUDEPATH += $$SRCROOT/libqtuitest

CONFIG-=debug_and_release_target

SOURCES+=                   \
    tst_qtestprotocol.cpp   \
    testprotocol.cpp        \
    testprotocolserver.cpp

HEADERS+=                   \
    testprotocol.h          \
    testprotocolserver.h

symbian {
    LIBS+=-L$$OUT_PWD/ -lqtuitest
}else{
    LIBS += -L$$BUILDROOT/lib
}