解决win10下面qtcreator编辑连接问题

This commit is contained in:
爬山虎 2022-10-28 12:04:17 +08:00
parent 8d40a7a88b
commit 4442bcb34e
1 changed files with 2 additions and 2 deletions

View File

@ -36,11 +36,11 @@ TRANSLATIONS += realcompare_zh.ts
win32 { win32 {
CONFIG(debug, debug|release) { CONFIG(debug, debug|release) {
DESTDIR = x64/Debug DESTDIR = x64/Debug
LIBS += -Lx64/Debug LIBS += -L$$PWDx64/Debug
LIBS += -lqmyedit_qt5d LIBS += -lqmyedit_qt5d
}else{ }else{
DESTDIR = x64/Release DESTDIR = x64/Release
LIBS += -Lx64/Release LIBS += -L$$PWD/x64/Release
LIBS += -lqmyedit_qt5 LIBS += -lqmyedit_qt5
QMAKE_CXXFLAGS += /openmp QMAKE_CXXFLAGS += /openmp
} }