summaryrefslogtreecommitdiffstats
path: root/examples/corelib/threads/mandelbrot/CMakeLists.txt
blob: 00f27bacd9fa9940d49244dd4f7d1e1a588c0c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Generated from mandelbrot.pro.

#####################################################################
## mandelbrot Binary:
#####################################################################

add_qt_executable(mandelbrot
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/corelib/threads/mandelbrot"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/corelib/threads/mandelbrot"
    SOURCES
        main.cpp
        mandelbrotwidget.cpp mandelbrotwidget.h
        renderthread.cpp renderthread.h
    LIBRARIES
        Qt::Widgets
)

## Scopes:
#####################################################################

extend_target(mandelbrot CONDITION UNIX AND NOT APPLE_OSX AND NOT HAIKU AND NOT INTEGRITY AND NOT VXWORKS
    LIBRARIES
        m
)