mirror of
https://gitee.com/eda-development/eda_fpga.git
synced 2025-08-06 08:51:47 +08:00
edit pro
This commit is contained in:
@ -22,8 +22,12 @@ LIBS+= "$$PWD/../../libs/macos/libqscintilla2_qt6.15.1.0.dylib"
|
||||
}
|
||||
#-------Linux-------------
|
||||
unix {
|
||||
contains(QT_ARCH, arm64){#arm64
|
||||
LIBS+= "$$PWD/../../libs/linux/libqscintilla2_qt5_arm.so"
|
||||
}else{#x86
|
||||
LIBS+= "$$PWD/../../libs/linux/libqscintilla2_qt5.so"
|
||||
}
|
||||
}
|
||||
RC_ICONS = icon.ico
|
||||
# You can also make your code fail to compile if it uses deprecated APIs.
|
||||
# In order to do so, uncomment the following line.
|
||||
|
Reference in New Issue
Block a user