summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/widgets/windowlayout/CMakeLists.txt
blob: 157865b68c2dda852d881cec646bd66fd7f6bcbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Generated from windowlayout.pro.

#####################################################################
## windowlayout Binary:
#####################################################################

add_qt_executable(windowlayout
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/tutorials/widgets/windowlayout"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/tutorials/widgets/windowlayout"
    SOURCES
        main.cpp
    LIBRARIES
        Qt::Widgets
)