Skip to content

Commit

Permalink
Fix build for Windows (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgallois authored Sep 28, 2023
1 parent b67ba92 commit 69813e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core REQUIRED)
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Network REQUIRED)

add_compile_options(-DSMTP_MIME_LIBRARY)

message(USING QT${QT_VERSION_MAJOR})

add_library(${PROJECT_NAME} SHARED
Expand Down

0 comments on commit 69813e1

Please sign in to comment.