You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/sample_component/xpcfSampleComponent.pro
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@ DEPENDENCIESCONFIG = shared
41
41
#NOTE : CONFIG as staticlib or sharedlib, DEPENDENCIESCONFIG as staticlib or sharedlib and PROJECTDEPLOYDIR MUST BE DEFINED BEFORE templatelibbundle.pri inclusion
42
42
include (../../builddefs/qmake/templatelibconfig.pri)
if [ !-d${XPCFROOT}/scripts/unixes/build-xpcf_grpc_gen/static/release ];then
49
-
echo"${XPCFROOT}/scripts/unixes/build-xpcf_grpc_gen/static/release path doesn't exist: please run build_xpcf_grpc_tools.sh before building test sample"
49
+
if [ !-d${XPCF_MODULE_ROOT}/xpcf_grpc_gen/${XPCF_VERSION}/bin/x86_64/static/release ];then
50
+
echo"${XPCF_MODULE_ROOT}/xpcf_grpc_gen/${XPCF_VERSION}/bin/x86_64/static/release path doesn't exist: please run build_xpcf_grpc_tools.sh before building test sample"
0 commit comments