This commit is contained in:
chenyining02
2022-02-09 00:12:50 +08:00
parent 0ef07c00e2
commit 92a9ec2226

View File

@ -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.