diff options
author | saturneric <[email protected]> | 2024-01-15 11:53:26 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-15 11:53:26 +0000 |
commit | 2a6308669a3f136f8dd91b8dbc511a4c62a2ea34 (patch) | |
tree | 70552fbf87a9bb35f694dea75f2f07da646b68ce /CMakeLists.txt | |
parent | refactor: remove nlohmann json library from project (diff) | |
download | GpgFrontend-2a6308669a3f136f8dd91b8dbc511a4c62a2ea34.tar.gz GpgFrontend-2a6308669a3f136f8dd91b8dbc511a4c62a2ea34.zip |
chore: remove qt5 support
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c6335b8..ae549d9e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -277,8 +277,6 @@ if (APPLE) set(OS_PLATFORM 1) ADD_DEFINITIONS(-DMACOS) - set(ENV{Qt5_DIR} /usr/local/opt/qt5/lib/cmake) - if (XCODE_BUILD) set(XCODE_CODE_SIGN_IDENTITY "\"${XCODE_CODE_SIGN_IDENTITY}\"") message(STATUS "XCODE_CODE_SIGN_IDENTITY ${XCODE_CODE_SIGN_IDENTITY}") @@ -358,7 +356,6 @@ set(QT_MOC_CONFIG 1) if (STABLE_BUILD_APPLICATION) message("[+] Build Stable Application") - set(QT5_ENV_SUPPORT 1) set(BUILD_CORE 1) set(BUILD_UI 1) set(BUILD_MODULE 1) |