summaryrefslogtreecommitdiffstats
path: root/examples/corelib/threads/queuedcustomtype/queuedcustomtype.pro
blob: 77421eb63801551d9aebd9e45b8aea963773392d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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