File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ jobs:
380380 working-directory : ${{env.SOURCE_DIR}}
381381 run : |
382382 IF NOT EXIST ${{env.INSTALL_DIR}}/QFtpServerLib/QFtpServerLib (
383- git clone --depth=1 https://github.com/KangLin/QFtpServer.git
383+ git clone https://github.com/KangLin/QFtpServer.git
384384 cd QFtpServer
385385 cmake -E make_directory build
386386 cd build
Original file line number Diff line number Diff line change @@ -67,11 +67,11 @@ set(WebBrowser_HEADER_FILES
6767set (WebBrowser_UI_FILES
6868 FrmDownload.ui
6969 DlgSettings.ui
70- DlgWebAuth.ui
7170 History/FrmHistory.ui
7271 Bookmark/FrmBookmark.ui
7372 Resource /Resource .qrc
7473 )
74+
7575if (QT_VERSION GREATER_EQUAL "6.7.0" )
7676 list (APPEND WebBrowser_SOURCE_FILES
7777 DlgWebAuth.cpp
@@ -86,6 +86,7 @@ if(QT_VERSION GREATER_EQUAL "6.7.0")
8686 DlgScreenCapture.ui
8787 )
8888endif ()
89+
8990option (WITH_QtKEYCHAIN "With qtkeychain" ON )
9091if (WITH_QtKEYCHAIN)
9192 find_package (Qt${QT_VERSION_MAJOR} Keychain)
You can’t perform that action at this time.
0 commit comments