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 f7a83ba commit e46b299Copy full SHA for e46b299
CMakeLists.txt
@@ -33,7 +33,7 @@ option(USE_DEPLOY_RUNTIME "Copy runtime dependencies for deployment" OFF)
33
option(USE_GETTEXT "Use GNU Gettext for translation" ON)
34
option(USE_MACOS_BUNDLE "Install as macOS bundle" ON)
35
use_in(USE_DBUS "Use D-Bus integration" "Linux")
36
-use_in(USE_MAC_APP "Use derived QApplication" "Darvin")
+use_in(USE_MAC_APP "Use derived QApplication" "Darwin")
37
38
# Init cmake
39
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
0 commit comments