summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/plugandpaint/app
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-10-19 15:00:32 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2021-10-20 17:04:51 +0200
commit3f4082c0e847c21f468d38609766e8cf1e446531 (patch)
tree67a141d007d0086fec4ae859de6ee76be6f794a0 /examples/widgets/tools/plugandpaint/app
parent5074679cfc80ef6bf8c098cd8e90cc318ab65e6c (diff)
Add missing LIBRARY DESTINATION for examples
Pick-to: 6.2 Fixes: QTBUG-97629 Change-Id: I5b32824693206926de9b4ee6637749a1814fdde7 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples/widgets/tools/plugandpaint/app')
-rw-r--r--examples/widgets/tools/plugandpaint/app/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/widgets/tools/plugandpaint/app/CMakeLists.txt b/examples/widgets/tools/plugandpaint/app/CMakeLists.txt
index e3709ee0d3..3e46331f81 100644
--- a/examples/widgets/tools/plugandpaint/app/CMakeLists.txt
+++ b/examples/widgets/tools/plugandpaint/app/CMakeLists.txt
@@ -23,4 +23,5 @@ endif()
install(TARGETS plugandpaint
RUNTIME DESTINATION "${INSTALL_EXAMPLEDIR}"
BUNDLE DESTINATION "${INSTALL_EXAMPLEDIR}"
+ LIBRARY DESTINATION "${INSTALL_EXAMPLEDIR}"
)