qt5base-lts/examples/widgets/painting/painterpaths/CMakeLists.txt
Tobias Hunger aa50b377a7 CMake: Add widgets examples
Change-Id: Ib6142b93df066e3658eb189b50ca74c455fe7e56
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2019-03-26 15:25:39 +00:00

27 lines
778 B
CMake

# Generated from painterpaths.pro.
#####################################################################
## painterpaths Binary:
#####################################################################
add_qt_executable(painterpaths
GUI
OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/painting/painterpaths"
INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/painting/painterpaths"
SOURCES
main.cpp
renderarea.cpp renderarea.h
window.cpp window.h
LIBRARIES
Qt::Widgets
painting_shared # special case
)
## Scopes:
#####################################################################
extend_target(painterpaths CONDITION UNIX AND NOT APPLE_OSX AND NOT HAIKU AND NOT INTEGRITY AND NOT VXWORKS
LIBRARIES
m
)