Skip to content

Commit ec6c802

Browse files
committed
CI: modify msvc.yml
1 parent 2c87425 commit ec6c802

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Plugins/WebBrowser/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ set(WebBrowser_HEADER_FILES
6767
set(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+
7575
if(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
)
8888
endif()
89+
8990
option(WITH_QtKEYCHAIN "With qtkeychain" ON)
9091
if(WITH_QtKEYCHAIN)
9192
find_package(Qt${QT_VERSION_MAJOR}Keychain)

0 commit comments

Comments
 (0)