1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-30 05:02:52 +08:00

test on vs(vc++)2017 & Qt5.9.1 (x86)

This commit is contained in:
j2doll 2017-09-23 10:44:41 +09:00
parent b07c0b75b7
commit 47b5875b2f

View File

@ -90,21 +90,39 @@ linux-g++
# case : Qt5 & Visual Studio(VC++) & Windows
win32-msvc2012
{
CONFIG(debug, debug|release) {
LIBS += -L"../QtXlsx/debug"
} else {
LIBS += -L"../QtXlsx/release"
}
}
win32-msvc2013
{
CONFIG(debug, debug|release) {
# LIBS += -L"" # debug lib
LIBS += -L"../QtXlsx/debug"
} else {
# LIBS += -L"" $ release lib
LIBS += -L"../QtXlsx/release"
}
}
win32-msvc2015
{
CONFIG(debug, debug|release) {
# LIBS += -L"" # debug lib
LIBS += -L"../QtXlsx/debug"
} else {
# LIBS += -L"" $ release lib
LIBS += -L"../QtXlsx/release"
}
}
win32-msvc2017
{
CONFIG(debug, debug|release) {
LIBS += -L"../QtXlsx/debug"
} else {
LIBS += -L"../QtXlsx/release"
}
}