Browse Source

update src/RealCompare.pro.

Signed-off-by: 爬山虎 <[email protected]>
爬山虎 7 months ago
parent
commit
31effe4020
1 changed files with 2 additions and 2 deletions
  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