mirror of https://gitee.com/cxasm/notepad--.git
解决win10下面qtcreator编辑连接问题
This commit is contained in:
parent
8d40a7a88b
commit
4442bcb34e
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue