qt6windows7/examples/corelib/threads/mandelbrot/mandelbrot.pro

12 lines
277 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
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