summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/map/CMakeLists.txt
blob: 147b91236b380ef5c3b9d4d5faf93c2d4e1e5890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated from map.pro.

#####################################################################
## mapdemo Binary:
#####################################################################

add_qt_executable(mapdemo
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/qtconcurrent/map"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/qtconcurrent/map"
    SOURCES
        main.cpp
    LIBRARIES
        Qt::Concurrent
        Qt::Gui # special case
)

#### Keys ignored in scope 1:.:map.pro:<NONE>:
# CONFIG = "-app_bundle"
# TEMPLATE = "app"