aboutsummaryrefslogtreecommitdiffstats
path: root/examples/kaltiot/smartiot/smartiot.pro
blob: a302086cd8387649731be030f016fd6b2f875278 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
QT += quick cloudmessagingembeddedkaltiot

SOURCES += \
    main.cpp \
    smartiot.cpp

OTHER_FILES += \
    qml/main.qml

RESOURCES += \
    main.qrc

HEADERS += \
    smartiot.h

KALTIOT_SDK = $$(KALTIOT_SDK)
!isEmpty(KALTIOT_SDK): INCLUDEPATH += $${KALTIOT_SDK}/src

target.path = $$[QT_INSTALL_EXAMPLES]/kaltiot/smartiot
INSTALLS += target