Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/generators/grpc/xpcf_grpc_gen.pro
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ exists($${CPPAST_ROOT_BUILD}) {
LIBS += -L$${CPPAST_ROOT_BUILD}/src -lcppast
LIBS += -L$${CPPAST_ROOT_BUILD} -l_cppast_tiny_process
} else {
error("cppast root build folder doesn't exist: create cppast root build folder and build cppast prior to running qmake.$$escape_expand(\\n)To build cppast do :$$escape_expand(\\n)cd " $${_PRO_FILE_PWD_} "/../../../libs/$$escape_expand(\\n)./build_cppast.sh" )
error("cppast root build folder doesn't exist: create cppast root build folder and build cppast prior to running qmake.$$escape_expand(\\n)To build cppast do :$$escape_expand(\\n)cd "$${_PRO_FILE_PWD_}"/../../../libs/$$escape_expand(\\n)./build_cppast.sh" )
}
win32:CONFIG -= static
win32:CONFIG += shared
Expand Down