set(demo_SRCS
    demo4.cpp
)

add_executable(demo4
    ${demo_SRCS}
)

target_link_libraries(demo4
    SimpleMail2Qt${QT_VERSION_MAJOR}::Core
    Qt${QT_VERSION_MAJOR}::Core
)
