CONFIG(debug, debug|release)
{
LIBS+=-L$$PWD/Core/lib QtXlsxX64d.lib
#LIBS+=-LE:/YLib/QtXlsx QtXlsxX64d.lib
}
CONFIG(release, debug|release)
{
LIBS+=-L$$PWD/Core/lib QtXlsxX64.lib
}
记录qmake配置lib文件
最新推荐文章于 2025-04-08 10:31:46 发布
CONFIG(debug, debug|release)
{
LIBS+=-L$$PWD/Core/lib QtXlsxX64d.lib
#LIBS+=-LE:/YLib/QtXlsx QtXlsxX64d.lib
}
CONFIG(release, debug|release)
{
LIBS+=-L$$PWD/Core/lib QtXlsxX64.lib
}