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

#####################################################################
## wordcount Binary:
#####################################################################

add_qt_executable(wordcount
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/qtconcurrent/wordcount"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/qtconcurrent/wordcount"
    SOURCES
        main.cpp
    LIBRARIES
        Qt::Concurrent
        Qt::Widgets
)

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