Automatically set the correct path to the Flameshot executable (#1775)
* Automatically set the correct path to the Flameshot executable. Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> * Export CMake project settings. Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> * Fixed AppImage and Snap builds.
This commit is contained in:
@@ -62,6 +62,9 @@ set(RUN_IN_PLACE
|
||||
CACHE BOOL "Run directly in source directory structure")
|
||||
|
||||
option(GENERATE_TS "Regenerate translation source files" OFF)
|
||||
option(USE_EXTERNAL_SINGLEAPPLICATION "Use external QtSingleApplication library" OFF)
|
||||
option(USE_EXTERNAL_SPDLOG "Use external spdlog library" OFF)
|
||||
option(USE_LAUNCHER_ABSOLUTE_PATH "Use absolute path for the desktop launcher" ON)
|
||||
|
||||
include(cmake/StandardProjectSettings.cmake)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user