Skip to content

Commit 90f3e1b

Browse files
committed
fix: remove warnings
1 parent 045b1b3 commit 90f3e1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SolARFrameworkGRPCRemote.pro

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ DEFINES += MYVERSION=$${VERSION}
1414
DEFINES += TEMPLATE_LIBRARY
1515
CONFIG += c++1z
1616

17+
CONFIG += externaldeps
18+
1719
include(gen/findremakenrules.pri)
1820

1921
CONFIG(debug,debug|release) {
@@ -44,6 +46,7 @@ unix {
4446
}
4547

4648
linux {
49+
QMAKE_CXXFLAGS += -Wno-attributes
4750
QMAKE_LFLAGS += -ldl
4851
LIBS += -ldl
4952
LIBS += -L/home/linuxbrew/.linuxbrew/lib # temporary fix caused by grpc with -lre2 ... without -L in grpc.pc

0 commit comments

Comments
 (0)