qt6-bb10/examples/widgets/graphicsview/simpleanchorlayout/CMakeLists.txt

16 lines
496 B
CMake

# 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
)