Skip to content

Commit 1a02449

Browse files
committed
Plugins::FtpServer: add add_dependencies
1 parent e403463 commit 1a02449

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ jobs:
379379
-DQt6LinguistTools_DIR=${QT_ROOT_DIR}/../gcc_64/lib/cmake/Qt6LinguistTools \
380380
-DCMAKE_INSTALL_PREFIX=`pwd`/install \
381381
-DWITH_WebEngineWidgets=ON \
382-
-DBUILD_LibVNCServer=OFF \
382+
-DBUILD_LibVNCServer=ON \
383383
-DLibVNCServer_DIR="${{env.INSTALL_DIR}}/lib/cmake/LibVNCServer" \
384384
-DBUILD_FREERDP=ON \
385385
-DQXmpp_DIR=${{env.INSTALL_DIR}}/lib/cmake/qxmpp \

Plugins/FtpServer/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ ADD_PLUGIN_TARGET(NAME PluginService${PROJECT_NAME}
6767
VERSION ${RabbitRemoteControl_VERSION}
6868
)
6969

70+
add_dependencies(PluginService${PROJECT_NAME} QFtpServerLib)
7071
option(INSTALL_QFtpServer "Install QFtpServer libraries" OFF)
7172
if(INSTALL_QFtpServer)
7273
if(ANDROID)

0 commit comments

Comments
 (0)