summaryrefslogtreecommitdiffstats
path: root/tests/qtuitest/tst_qtestprotocol/tst_qtestprotocol.pro
blob: 54d1ce645094e6104d1f5c66f71c80ce0d36c5b5 (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
TEMPLATE=app
CONFIG+=unittest
QT = core network
TARGET=tst_qtestprotocol

CONFIG-=debug_and_release_target

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

HEADERS+=                   \
    testprotocol.h          \
    testprotocolserver.h

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


target.path += \
    /usr/local/bin

INSTALLS += \
    target