Qt Quick Controls 1 - File System Browser Example


  TEMPLATE = app
  TARGET = filesystembrowser
  QT += qml quick widgets

  SOURCES += main.cpp

  RESOURCES += qml.qrc

  target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols/controls/filesystembrowser
  INSTALLS += target