summaryrefslogtreecommitdiffstats
path: root/examples/threads/mandelbrot/mandelbrot.pro
blob: 45f21baf089a86539d3ffa51eef7b530d5bbf25d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += widgets

HEADERS       = mandelbrotwidget.h \
                renderthread.h
SOURCES       = main.cpp \
                mandelbrotwidget.cpp \
                renderthread.cpp

unix:!mac:!vxworks:!integrity:LIBS += -lm

# install
target.path = $$[QT_INSTALL_EXAMPLES]/threads/mandelbrot
INSTALLS += target