Skip to content

Commit 498ceaf

Browse files
committed
build: fix fbsd imports
1 parent df2e645 commit 498ceaf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ if (DBUS)
128128
list(APPEND QT_FPDEPS DBus)
129129
endif()
130130

131+
if (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
132+
include_directories(SYSTEM /usr/local/include)
133+
endif()
134+
131135
find_package(Qt6 REQUIRED COMPONENTS ${QT_FPDEPS})
132136

133137
# In Qt 6.10, private dependencies are required to be explicit,

0 commit comments

Comments
 (0)