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

#####################################################################
## anchorlayout Binary:
#####################################################################

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