We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe596b commit bba3d1dCopy full SHA for bba3d1d
src/CMakeLists.txt
@@ -10,7 +10,7 @@ find_package(
10
LinguistTools
11
)
12
13
-if (UNIX AND NOT APPLE)
+if (UNIX)
14
find_package(
15
Qt${QT_VERSION_MAJOR}
16
CONFIG
@@ -228,7 +228,7 @@ target_link_libraries(
228
Qt${QT_VERSION_MAJOR}::Widgets
229
QtColorWidgets
230
231
232
target_link_libraries(
233
flameshot
234
Qt${QT_VERSION_MAJOR}::DBus
0 commit comments