Qt Quick Examples - Views


  TEMPLATE = app

  QT += quick qml
  SOURCES += main.cpp
  RESOURCES += \
      views.qrc \
      ../shared/shared.qrc

  target.path = $$[QT_INSTALL_EXAMPLES]/quick/views
  INSTALLS += target