Skip to content

Commit 85f42e7

Browse files
PeterPetrikwonder-sk
authored andcommittedMay 10, 2018
remove build noise from output
1 parent c738bcf commit 85f42e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/quickgui/plugin/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,15 @@ IF(QMLPLUGINDUMP_FOUND)
9797

9898
# Extract QML Types Info from our QML plugin. This is useful for development with Qt Creator as it allows
9999
# Qt Creator understand also the C++ classes registered in the plugin and thus available in QML code
100+
# If the qmlplugindumpcommand fails, add -v argument to see detailed output for debugging
100101
SET(QGIS_QUICK_PLUGIN_TYPEINFO ${QGIS_QUICK_PLUGIN_RUNTIME_DIR}/qgsquick.qmltypes)
101102
ADD_CUSTOM_COMMAND(
102103
TARGET qgis_quick_plugin
103104
COMMAND ${CMAKE_COMMAND} -E make_directory ${QGIS_QUICK_TYPEINFO_GENERATE_DIR}
104105
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/qmldir ${QGIS_QUICK_TYPEINFO_GENERATE_DIR}
105106
COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:qgis_quick_plugin> ${QGIS_QUICK_TYPEINFO_GENERATE_DIR}
106107
COMMAND ${QMLPLUGINDUMP_EXECUTABLE}
107-
ARGS QgsQuick 0.1 . -v --output ${QGIS_QUICK_PLUGIN_TYPEINFO}
108+
ARGS QgsQuick 0.1 . --output ${QGIS_QUICK_PLUGIN_TYPEINFO}
108109
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
109110
POST_BUILD
110111
)

0 commit comments

Comments
 (0)
Please sign in to comment.