qt5base-lts/examples/threads/mandelbrot/mandelbrot.pro

14 lines
312 B
Prolog
Raw Normal View History

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