aa50b377a7
Change-Id: Ib6142b93df066e3658eb189b50ca74c455fe7e56 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
22 lines
628 B
CMake
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)
|