qt5base-lts/examples/widgets/painting/pathstroke/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

22 lines
628 B
CMake

# Generated from pathstroke.pro.
#####################################################################
## pathstroke Binary:
#####################################################################
add_qt_executable(pathstroke
GUI
OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/painting/pathstroke"
INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/painting/pathstroke"
SOURCES
main.cpp
pathstroke.cpp pathstroke.h
LIBRARIES # special case
painting_shared
)
# Resources:
add_qt_resource(pathstroke "pathstroke" PREFIX "/res/pathstroke" FILES
pathstroke.cpp
pathstroke.html)