Skip to content

Commit bba3d1d

Browse files
link to qtdbus on macos (#4325)
1 parent 9fe596b commit bba3d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ find_package(
1010
LinguistTools
1111
)
1212

13-
if (UNIX AND NOT APPLE)
13+
if (UNIX)
1414
find_package(
1515
Qt${QT_VERSION_MAJOR}
1616
CONFIG
@@ -228,7 +228,7 @@ target_link_libraries(
228228
Qt${QT_VERSION_MAJOR}::Widgets
229229
QtColorWidgets
230230
)
231-
if (UNIX AND NOT APPLE)
231+
if (UNIX)
232232
target_link_libraries(
233233
flameshot
234234
Qt${QT_VERSION_MAJOR}::DBus

0 commit comments

Comments
 (0)