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

#####################################################################
## simpleanchorlayout Binary:
#####################################################################

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