summaryrefslogtreecommitdiffstats
path: root/CanController/CanController.pro
blob: bf271bc4c98d0b68f1fe883c10b0c5c6f88cb56f (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
37
38
39
QT = core gui quick qml
DISTFILES += \
    CarUI.qml \
    Button.qml \
    Slide.qml \
    Blinks.qml \
    Car.qml \
    Gear.qml \
    GearAutomatic.qml \
    ButtonHolder.qml \
    SlideHolder.qml \
    ViewChange.qml

DEFINES += TCPCLUSTERDATACONNECTION
SOURCES += \
    tcpclusterdatacontrol.cpp
HEADERS += \
    tcpclusterdatacontrol.h

SOURCES += \
    main.cpp \
    gpssender.cpp \
    nmea.cpp

HEADERS += \
    clusterdatacontrolinterface.h \
    gpssender.h \
    nmea.h \
    valuetypes.h

RESOURCES += carui.qrc

DEFINES += MAIN_QML_FILE_NAME=\\\"qrc:/CarUI.qml\\\" DEFAULT_ROUTE_FILE=\\\":/route.txt\\\"

TEMPLATE = app
TARGET = carui

target.path = /data/user/qt/$$TARGET
INSTALLS += target