summaryrefslogtreecommitdiffstats
path: root/examples/vulkan/hellovulkantriangle/hellovulkantriangle.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vulkan/hellovulkantriangle/hellovulkantriangle.pro')
-rw-r--r--examples/vulkan/hellovulkantriangle/hellovulkantriangle.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/vulkan/hellovulkantriangle/hellovulkantriangle.pro b/examples/vulkan/hellovulkantriangle/hellovulkantriangle.pro
new file mode 100644
index 0000000000..db016da3ac
--- /dev/null
+++ b/examples/vulkan/hellovulkantriangle/hellovulkantriangle.pro
@@ -0,0 +1,12 @@
+HEADERS += \
+ ../shared/trianglerenderer.h
+
+SOURCES += \
+ main.cpp \
+ ../shared/trianglerenderer.cpp
+
+RESOURCES += hellovulkantriangle.qrc
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/vulkan/hellovulkantriangle
+INSTALLS += target