qt5base-lts/examples/widgets/graphicsview/anchorlayout/CMakeLists.txt

16 lines
466 B
CMake
Raw Normal View History

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