hellovulkantriangle.pro Example File

hellovulkantriangle/hellovulkantriangle.pro

  HEADERS += \
      ../shared/trianglerenderer.h

  SOURCES += \
      main.cpp \
      ../shared/trianglerenderer.cpp

  RESOURCES += hellovulkantriangle.qrc

  # install
  target.path = $$[QT_INSTALL_EXAMPLES]/vulkan/hellovulkantriangle
  INSTALLS += target