summaryrefslogtreecommitdiffstats
path: root/examples/corelib/threads/queuedcustomtype/queuedcustomtype.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/corelib/threads/queuedcustomtype/queuedcustomtype.pro')
-rw-r--r--examples/corelib/threads/queuedcustomtype/queuedcustomtype.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/corelib/threads/queuedcustomtype/queuedcustomtype.pro b/examples/corelib/threads/queuedcustomtype/queuedcustomtype.pro
new file mode 100644
index 0000000000..77421eb638
--- /dev/null
+++ b/examples/corelib/threads/queuedcustomtype/queuedcustomtype.pro
@@ -0,0 +1,14 @@
+HEADERS = block.h \
+ renderthread.h \
+ window.h
+SOURCES = main.cpp \
+ block.cpp \
+ renderthread.cpp \
+ window.cpp
+QT += widgets
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/corelib/threads/mandelbrot
+INSTALLS += target
+
+