Version 1.01
This commit is contained in:
Valentino Orlandi 2022-10-06 21:35:22 +02:00
parent 348ae7ef4c
commit 5ab41c406a
Signed by: elB4RTO
GPG Key ID: 1719E976DB2D4E71
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)
project(LogDoctor VERSION 1.0 LANGUAGES CXX)
project(LogDoctor VERSION 1.01 LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
@ -134,7 +134,7 @@ endif()
if(WIN32)
set(CMAKE_CXX_STANDARD_LIBRARIES "-static -static-libgcc -static-libstdc++")
set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-Bstatic,--whole-archive -lwinpthread -Wl,--no-whole-archive")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-Bstatic,--whole-archive -Wl,--no-whole-archive")
target_link_libraries(LogDoctor PRIVATE
-static Qt${QT_VERSION_MAJOR}::Widgets
-static Qt${QT_VERSION_MAJOR}::Charts