Qt5_NMap_CarouselDemo.pro 185 B

123456789101112
  1. TEMPLATE = app
  2. QT += qml quick
  3. SOURCES += main.cpp
  4. tizen {
  5. include(tizen/tizen.pri)
  6. qml_data.files = Qt5_NMap_CarouselDemo.qml content
  7. qml_data.path = /res/qml
  8. INSTALLS += qml_data
  9. }