summaryrefslogtreecommitdiffstats
path: root/examples/threads/queuedcustomtype/queuedcustomtype.pro
blob: 8b18b13ba660d95eeb5b3710744b7e4ed7582e65 (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]/threads/mandelbrot
INSTALLS += target