aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2022-10-24 10:34:33 +0800
committerMitch Curtis <mitch.curtis@qt.io>2022-10-26 10:42:34 +0800
commit72f9100161eddbf5c117c3f7da6553948c1c2d75 (patch)
treed0636fdfc6f6f4c47266fb17c240fca19ae3a78b /examples
parent1f2caf503f46deb42186c2a6cbee5c823df715d4 (diff)
attachedstyleproperties: remove debug message from CMakeLists.txt
Amends 49b9f1f1e85. Change-Id: If08e3e2b20d12e444c304c40fba23990fa5e2112 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/quickcontrols2/attachedstyleproperties/MyStyle/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/quickcontrols2/attachedstyleproperties/MyStyle/CMakeLists.txt b/examples/quickcontrols2/attachedstyleproperties/MyStyle/CMakeLists.txt
index 310670677e..81b15f128f 100644
--- a/examples/quickcontrols2/attachedstyleproperties/MyStyle/CMakeLists.txt
+++ b/examples/quickcontrols2/attachedstyleproperties/MyStyle/CMakeLists.txt
@@ -34,8 +34,6 @@ target_link_libraries(MyStyle PRIVATE
Qt::QuickControls2
)
-message(STATUS "@@@ INSTALL_EXAMPLEDIR ${INSTALL_EXAMPLEDIR}")
-
install(TARGETS MyStyle
RUNTIME DESTINATION "${INSTALL_EXAMPLEDIR}"
BUNDLE DESTINATION "${INSTALL_EXAMPLEDIR}"