aboutsummaryrefslogtreecommitdiffstats
path: root/examples/kaltiot/smartiot/smartiot.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/kaltiot/smartiot/smartiot.pro')
-rw-r--r--examples/kaltiot/smartiot/smartiot.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/kaltiot/smartiot/smartiot.pro b/examples/kaltiot/smartiot/smartiot.pro
new file mode 100644
index 0000000..a302086
--- /dev/null
+++ b/examples/kaltiot/smartiot/smartiot.pro
@@ -0,0 +1,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