summaryrefslogtreecommitdiffstats
path: root/demos/bttennis/bttennis.pro
blob: 0532a02915d1fc55861fc6dd7f1c7f622ffb7f55 (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
30
31
32
33
34
35
36
TARGET = bttennis

INCLUDEPATH += \
    ../../src/connectivity/bluetooth \
    ../../src/connectivity/nfc

DEPENDPATH += \
    ../../src/connectivity/bluetooth \
    ../../src/connectivity/nfc

QT += bluetooth nfc widgets

SOURCES = \
    main.cpp \
    board.cpp \
    tennis.cpp \
    controller.cpp \
    tennisserver.cpp \
    tennisclient.cpp \
    tennisview.cpp \
    handover.cpp

HEADERS = \
    board.h \
    tennis.h \
    controller.h \
    tennisserver.h \
    tennisclient.h \
    tennisview.h \
    handover.h

FORMS = \
    tennis.ui

RESOURCES += \
    tennis.qrc