File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -97,14 +97,15 @@ IF(QMLPLUGINDUMP_FOUND)
97
97
98
98
# Extract QML Types Info from our QML plugin. This is useful for development with Qt Creator as it allows
99
99
# 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
100
101
SET (QGIS_QUICK_PLUGIN_TYPEINFO ${QGIS_QUICK_PLUGIN_RUNTIME_DIR} /qgsquick.qmltypes )
101
102
ADD_CUSTOM_COMMAND (
102
103
TARGET qgis_quick_plugin
103
104
COMMAND ${CMAKE_COMMAND} -E make_directory ${QGIS_QUICK_TYPEINFO_GENERATE_DIR}
104
105
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR} /qmldir ${QGIS_QUICK_TYPEINFO_GENERATE_DIR}
105
106
COMMAND ${CMAKE_COMMAND} -E copy $< TARGET_FILE:qgis_quick_plugin> ${QGIS_QUICK_TYPEINFO_GENERATE_DIR}
106
107
COMMAND ${QMLPLUGINDUMP_EXECUTABLE}
107
- ARGS QgsQuick 0.1 . -v - -output ${QGIS_QUICK_PLUGIN_TYPEINFO}
108
+ ARGS QgsQuick 0.1 . --output ${QGIS_QUICK_PLUGIN_TYPEINFO}
108
109
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR} "
109
110
POST_BUILD
110
111
)
You can’t perform that action at this time.
0 commit comments