e751c604df
It seems not needed anymore with modern toolchains. Pick-to: 6.3 Change-Id: Ic5386cad4576b10f49fd74212f3514e26cfb0abe Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
12 lines
277 B
Prolog
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
|