Ver Fonte

update src/RealCompare.pro.

Signed-off-by: 爬山虎 <[email protected]>
爬山虎 há 7 meses atrás
pai
commit
c8001340ef
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/RealCompare.pro

+ 2 - 2
src/RealCompare.pro

@@ -47,12 +47,12 @@ TRANSLATIONS += realcompare_zh.ts
    }
 unix{
 if(CONFIG(debug, Debug|Release)){
-          LIBS += -L/home/yzw/build/CCNotePad/x64/Debug -lqmyedit_qt5
+          LIBS += -L/home/psh/build/CCNotePad/x64/Debug -lqmyedit_qt5
 
 QMAKE_CXXFLAGS += -fopenmp
 LIBS += -lgomp -lpthread
     }else{
-          LIBS += -L/home/yzw/build/CCNotePad/x64/Release -lqmyedit_qt5
+          LIBS += -L/home/psh/build/CCNotePad/x64/Release -lqmyedit_qt5
         DESTDIR = x64/Release
 
         QMAKE_CXXFLAGS += -fopenmp -O2