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

Commit 27acfbc

Browse files
committed
fix build
1 parent 96826f9 commit 27acfbc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

examples/mvvmcore/mvvmcore.pro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ TEMPLATE = subdirs
22
QT_FOR_CONFIG += core
33

44
SUBDIRS += \
5-
SampleCore \
6-
DroidSettings
5+
SampleCore
6+
7+
android: SUBDIRS += DroidSettings

src/src.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ imports.depends += mvvmcore mvvmquick
1111

1212
android {
1313
SUBDIRS += jar
14+
jar.CONFIG += no_lrelease_target
1415
}
1516

1617
qtHaveModule(datasync) {

0 commit comments

Comments
 (0)