Browse Source

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

爬山虎 3 năm trước cách đây
mục cha
commit
4442bcb34e
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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
     }