Code refactoring - move QHotKey from /src/core to the /external

(cherry picked from commit a71de9d5643be4ec2803b2d60c7fb858586b2bee)
This commit is contained in:
Yuriy Puchkov
2021-02-10 19:08:26 +02:00
parent 286f994f56
commit d4706b3096
3 changed files with 8 additions and 10 deletions

View File

@@ -1,12 +1,12 @@
cmake_minimum_required(VERSION 3.13)
# cmake_policy(SET CMP0076 OLD)
set(FLAMESHOT_VERSION 0.9.0)
set(FLAMESHOT_VERSION 0.8.5.10)
# Flameshot-org
set(GIT_API_URL "https://api.github.com/repos/flameshot-org/flameshot/releases/latest")
#set(GIT_API_URL "https://api.github.com/repos/flameshot-org/flameshot/releases/latest")
# Namecheap
# set(GIT_API_URL "https://api.github.com/repos/namecheap/flameshot/releases/latest")
set(GIT_API_URL "https://api.github.com/repos/namecheap/flameshot/releases/latest")
# TODO - fix it for all linux distros
# find_package (Git)
@@ -37,7 +37,7 @@ project(
set(PROJECT_NAME_CAPITALIZED "Flameshot")
# This can be read from ${PROJECT_NAME} after project() is called
if(APPLE)
if (APPLE)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version")
endif()