Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 74760ec

Browse files
committed
disable unused mods
[ci skip]
1 parent 03942b2 commit 74760ec

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

examples/examples.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ TEMPLATE = subdirs
33
SUBDIRS = datasync
44

55
docTarget.target = doxygen
6-
QMAKE_EXTRA_TARGETS += docTarget
6+
QMAKE_EXTRA_TARGETS += docTarget

tools/qdatasyncserver/dockerbuild/install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ mkdir /tmp/build
2323
cd /tmp/build
2424
git clone https://github.com/Skycoder42/QtDataSync.git --branch 3.0.2
2525

26+
echo 'SUBDIRS = ' >> QtDataSync/examples/examples.pro
27+
echo 'SUBDIRS = ' >> QtDataSync/src/src.pro
28+
echo 'SUBDIRS = ' >> QtDataSync/tests/tests.pro
29+
2630
mkdir build
2731
cd build
2832
$QT_DIR/bin/qmake -r ../QtDataSync/

0 commit comments

Comments
 (0)