Demos - fix library name in Windows builds
This commit is contained in:
parent
b90aa7cfc3
commit
ee14ff7e00
@ -21,8 +21,8 @@ SOURCES += \
|
||||
# Location of SMTP Library
|
||||
SMTP_LIBRARY_LOCATION = $$PWD/../../../build/SMTPEmail-Desktop-Debug
|
||||
|
||||
win32:CONFIG(release, debug|release): LIBS += -L$$SMTP_LIBRARY_LOCATION/release/ -lSMTPEmail
|
||||
else:win32:CONFIG(debug, debug|release): LIBS += -L$$SMTP_LIBRARY_LOCATION/debug/ -lSMTPEmail
|
||||
win32:CONFIG(release, debug|release): LIBS += -L$$SMTP_LIBRARY_LOCATION/release/ -lSMTPMime
|
||||
else:win32:CONFIG(debug, debug|release): LIBS += -L$$SMTP_LIBRARY_LOCATION/debug/ -lSMTPMime
|
||||
else:unix: LIBS += -L$$SMTP_LIBRARY_LOCATION -lSmtpMime
|
||||
|
||||
INCLUDEPATH += $$SMTP_LIBRARY_LOCATION
|
||||
|
@ -18,8 +18,8 @@ SOURCES += \
|
||||
# Location of SMTP Library
|
||||
SMTP_LIBRARY_LOCATION = $$PWD/../../../build/SMTPEmail-Desktop-Debug
|
||||
|
||||
win32:CONFIG(release, debug|release): LIBS += -L$$SMTP_LIBRARY_LOCATION/release/ -lSMTPEmail
|
||||
else:win32:CONFIG(debug, debug|release): LIBS += -L$$SMTP_LIBRARY_LOCATION/debug/ -lSMTPEmail
|
||||
win32:CONFIG(release, debug|release): LIBS += -L$$SMTP_LIBRARY_LOCATION/release/ -lSMTPMime
|
||||
else:win32:CONFIG(debug, debug|release): LIBS += -L$$SMTP_LIBRARY_LOCATION/debug/ -lSMTPMime
|
||||
else:unix: LIBS += -L$$SMTP_LIBRARY_LOCATION -lSmtpMime
|
||||
|
||||
INCLUDEPATH += $$SMTP_LIBRARY_LOCATION
|
||||
|
@ -20,8 +20,8 @@ SOURCES += \
|
||||
# Location of SMTP Library
|
||||
SMTP_LIBRARY_LOCATION = $$PWD/../../../build/SMTPEmail-Desktop-Debug
|
||||
|
||||
win32:CONFIG(release, debug|release): LIBS += -L$$SMTP_LIBRARY_LOCATION/release/ -lSMTPEmail
|
||||
else:win32:CONFIG(debug, debug|release): LIBS += -L$$SMTP_LIBRARY_LOCATION/debug/ -lSMTPEmail
|
||||
win32:CONFIG(release, debug|release): LIBS += -L$$SMTP_LIBRARY_LOCATION/release/ -lSMTPMime
|
||||
else:win32:CONFIG(debug, debug|release): LIBS += -L$$SMTP_LIBRARY_LOCATION/debug/ -lSMTPMime
|
||||
else:unix: LIBS += -L$$SMTP_LIBRARY_LOCATION -lSmtpMime
|
||||
|
||||
INCLUDEPATH += $$SMTP_LIBRARY_LOCATION
|
||||
|
@ -20,8 +20,8 @@ SOURCES += \
|
||||
# Location of SMTP Library
|
||||
SMTP_LIBRARY_LOCATION = $$PWD/../../../build/SMTPEmail-Desktop-Debug
|
||||
|
||||
win32:CONFIG(release, debug|release): LIBS += -L$$SMTP_LIBRARY_LOCATION/release/ -lSMTPEmail
|
||||
else:win32:CONFIG(debug, debug|release): LIBS += -L$$SMTP_LIBRARY_LOCATION/debug/ -lSMTPEmail
|
||||
win32:CONFIG(release, debug|release): LIBS += -L$$SMTP_LIBRARY_LOCATION/release/ -lSMTPMime
|
||||
else:win32:CONFIG(debug, debug|release): LIBS += -L$$SMTP_LIBRARY_LOCATION/debug/ -lSMTPMime
|
||||
else:unix: LIBS += -L$$SMTP_LIBRARY_LOCATION -lSmtpMime
|
||||
|
||||
INCLUDEPATH += $$SMTP_LIBRARY_LOCATION
|
||||
|
Loading…
Reference in New Issue
Block a user