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