mirror of https://github.com/qt/qtgrpc.git
Fix warning related to the deprecated AUTORESOURCE_PREFIX argument
Replace the AUTORESOURCE_PREFIX argument with the explicit RESOURCE_PREFIX. Pick-to: 6.5 Change-Id: Iac73ba194ed1af07456dde7df9cd95fa55e5e024 Reviewed-by: Amir Masoud Abdol <amir.abdol@qt.io>
This commit is contained in:
parent
95b8963da6
commit
30104d3c72
|
|
@ -23,7 +23,7 @@ qt_add_executable(grpcchatclient
|
||||||
qt_add_qml_module(grpcchatclient
|
qt_add_qml_module(grpcchatclient
|
||||||
URI qtgrpc.examples.chat
|
URI qtgrpc.examples.chat
|
||||||
VERSION 1.0
|
VERSION 1.0
|
||||||
AUTO_RESOURCE_PREFIX
|
RESOURCE_PREFIX "/qt/qml"
|
||||||
QML_FILES
|
QML_FILES
|
||||||
Main.qml
|
Main.qml
|
||||||
ChatInputField.qml
|
ChatInputField.qml
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ set_target_properties(magic8ball PROPERTIES
|
||||||
qt_add_qml_module(magic8ball
|
qt_add_qml_module(magic8ball
|
||||||
URI qtgrpc.examples.magic8ball
|
URI qtgrpc.examples.magic8ball
|
||||||
VERSION 1.0
|
VERSION 1.0
|
||||||
AUTO_RESOURCE_PREFIX
|
RESOURCE_PREFIX "/qt/qml"
|
||||||
SOURCES
|
SOURCES
|
||||||
clientservice.h
|
clientservice.h
|
||||||
clientservice.cpp
|
clientservice.cpp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue