qt6windows7/examples/corelib/threads/mandelbrot/mandelbrot.pro
2023-10-29 23:33:08 +01:00

12 lines
277 B
Prolog

QT += widgets
HEADERS = mandelbrotwidget.h \
renderthread.h
SOURCES = main.cpp \
mandelbrotwidget.cpp \
renderthread.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/corelib/threads/mandelbrot
INSTALLS += target