|
@@ -33,19 +33,18 @@ DEFINES += QSCINTILLA_DLL
|
|
|
|
|
|
TRANSLATIONS += realcompare_zh.ts
|
|
TRANSLATIONS += realcompare_zh.ts
|
|
|
|
|
|
-win32 {
|
|
|
|
- CONFIG(debug, debug|release) {
|
|
|
|
|
|
+ if(contains(QMAKE_HOST.arch, x86_64)){
|
|
|
|
+ CONFIG(Debug, Debug|Release){
|
|
DESTDIR = x64/Debug
|
|
DESTDIR = x64/Debug
|
|
- LIBS += -L$$PWDx64/Debug
|
|
|
|
|
|
+ LIBS += -Lx64/Debug
|
|
LIBS += -lqmyedit_qt5d
|
|
LIBS += -lqmyedit_qt5d
|
|
}else{
|
|
}else{
|
|
DESTDIR = x64/Release
|
|
DESTDIR = x64/Release
|
|
- LIBS += -L$$PWD/x64/Release
|
|
|
|
- LIBS += -lqmyedit_qt5
|
|
|
|
|
|
+ LIBS += -Lx64/Release
|
|
|
|
+ LIBS += -lqmyedit_qt5
|
|
QMAKE_CXXFLAGS += /openmp
|
|
QMAKE_CXXFLAGS += /openmp
|
|
}
|
|
}
|
|
-
|
|
|
|
-}
|
|
|
|
|
|
+ }
|
|
unix{
|
|
unix{
|
|
if(CONFIG(debug, debug|release)){
|
|
if(CONFIG(debug, debug|release)){
|
|
LIBS += -L/home/yzw/build/CCNotePad/lib -lprotobuf
|
|
LIBS += -L/home/yzw/build/CCNotePad/lib -lprotobuf
|