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