Skip to content

Commit 0f9e30f

Browse files
committed
fix(warning): use $(MAKE) i.o. make in QMAKE_POST_LINK
Removes ':-1: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.'
1 parent b1b9771 commit 0f9e30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SolARFrameworkGRPCRemote.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ include (xpcfGrpcRemotingSolARFramework.pri)
3737

3838
unix {
3939
# Avoids adding install steps manually. To be commented to have a better control over them.
40-
QMAKE_POST_LINK += "make install"
40+
QMAKE_POST_LINK += "$(MAKE) install"
4141
QMAKE_CXXFLAGS += -Wignored-qualifiers
4242
}
4343

0 commit comments

Comments
 (0)