chapter3-navigation.pro Example File

chattutorial/chapter3-navigation/chapter3-navigation.pro

  TEMPLATE = app

  QT += qml quick
  CONFIG += c++11

  SOURCES += main.cpp

  RESOURCES += qml.qrc \
      ../shared/shared.qrc

  target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/chattutorial/chapter3-navigation
  INSTALLS += target