Skycoder42
6 years ago
No known key found for this signature in database
GPG Key ID: 8E01AD9EF0578D2B
2 changed files with
4 additions and
2 deletions
-
examples/mvvmcore/mvvmcore.pro
-
src/src.pro
|
|
@ -2,5 +2,6 @@ TEMPLATE = subdirs |
|
|
|
QT_FOR_CONFIG += core |
|
|
|
|
|
|
|
SUBDIRS += \ |
|
|
|
SampleCore \ |
|
|
|
DroidSettings |
|
|
|
SampleCore |
|
|
|
|
|
|
|
android: SUBDIRS += DroidSettings |
|
|
|
|
|
@ -11,6 +11,7 @@ imports.depends += mvvmcore mvvmquick |
|
|
|
|
|
|
|
android { |
|
|
|
SUBDIRS += jar |
|
|
|
jar.CONFIG += no_lrelease_target |
|
|
|
} |
|
|
|
|
|
|
|
qtHaveModule(datasync) { |
|
|
|