summaryrefslogtreecommitdiffstats
path: root/examples/widgets/layouts/flowlayout/CMakeLists.txt
blob: a887abb93e88844ae8856bb8bc9739271b800865 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated from flowlayout.pro.

#####################################################################
## flowlayout Binary:
#####################################################################

add_qt_executable(flowlayout_layout # special case
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/layouts/flowlayout"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/layouts/flowlayout"
    SOURCES
        flowlayout.cpp flowlayout.h
        main.cpp
        window.cpp window.h
    LIBRARIES
        Qt::Widgets
)