浏览代码

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

爬山虎 3 年之前
父节点
当前提交
4442bcb34e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      RealCompare.pro

+ 2 - 2
RealCompare.pro

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