aa50b377a7
Change-Id: Ib6142b93df066e3658eb189b50ca74c455fe7e56 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
23 lines
642 B
CMake
23 lines
642 B
CMake
# Generated from imagecomposition.pro.
|
|
|
|
#####################################################################
|
|
## imagecomposition Binary:
|
|
#####################################################################
|
|
|
|
add_qt_executable(imagecomposition
|
|
GUI
|
|
OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/painting/imagecomposition"
|
|
INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/painting/imagecomposition"
|
|
SOURCES
|
|
imagecomposer.cpp imagecomposer.h
|
|
main.cpp
|
|
LIBRARIES
|
|
Qt::Widgets
|
|
)
|
|
|
|
# Resources:
|
|
add_qt_resource(imagecomposition "imagecomposition" FILES
|
|
images/butterfly.png
|
|
images/checker.png)
|
|
|