From 84e662e35269cd9ed920916b1c6a318fb307f2a0 Mon Sep 17 00:00:00 2001 From: Anatoliy Golubev Date: Fri, 15 Aug 2014 17:30:38 +0400 Subject: [PATCH 1/2] Ignore Qt Creator`s .pro.user files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4bac168..d78b30f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ *.so.* Makefile moc_*.cpp +*.pro.user* From e0e091e5e014fdff53f9c940e1a5add58a50afe0 Mon Sep 17 00:00:00 2001 From: Anatoliy Golubev Date: Fri, 15 Aug 2014 17:40:34 +0400 Subject: [PATCH 2/2] fixes #12 (Inconsistent dll linkage with MSVS 2010) --- src/SMTPEmail.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMTPEmail.pro b/src/SMTPEmail.pro index a47c372..6527421 100644 --- a/src/SMTPEmail.pro +++ b/src/SMTPEmail.pro @@ -9,7 +9,7 @@ QT = core network TARGET = SmtpMime TEMPLATE = lib -DEFINE += SMTP_MIME_LIBRARY +DEFINES += SMTP_MIME_LIBRARY SOURCES += \ emailaddress.cpp \