summaryrefslogtreecommitdiffstats
path: root/examples/threads/queuedcustomtype/queuedcustomtype.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/threads/queuedcustomtype/queuedcustomtype.pro')
-rw-r--r--examples/threads/queuedcustomtype/queuedcustomtype.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/threads/queuedcustomtype/queuedcustomtype.pro b/examples/threads/queuedcustomtype/queuedcustomtype.pro
new file mode 100644
index 0000000000..6f39121df7
--- /dev/null
+++ b/examples/threads/queuedcustomtype/queuedcustomtype.pro
@@ -0,0 +1,7 @@
+HEADERS = block.h \
+ renderthread.h \
+ window.h
+SOURCES = main.cpp \
+ block.cpp \
+ renderthread.cpp \
+ window.cpp