Skip to content

Commit

Permalink
Merge pull request #166 from EgorWeders/patch-1
Browse files Browse the repository at this point in the history
Fixed Different target/project name
  • Loading branch information
attila-tokes authored Sep 9, 2024
2 parents 9e7b7dd + 5dfe241 commit cd3836e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project(Qt${QT_VERSION_MAJOR}SmtpMime VERSION 0.1 LANGUAGES CXX)
project(SmtpMime VERSION 0.1 LANGUAGES CXX)

set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTOMOC ON)
Expand Down

0 comments on commit cd3836e

Please sign in to comment.