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

#####################################################################
## dynamiclayouts Binary:
#####################################################################

add_qt_executable(dynamiclayouts
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/layouts/dynamiclayouts"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/layouts/dynamiclayouts"
    SOURCES
        dialog.cpp dialog.h
        main.cpp
    LIBRARIES
        Qt::Widgets
)