Fix installation of Android java files
The installation of the java files does not depend on Qt, so it can be built before the rest of Qt, which means we need to remove the default dependency in qmake, otherwise we can get an error message: Project ERROR: Unknown module(s) in QT: gui core Change-Id: Ibb968acf6ec06c91ccfd5002e08c93c96a209934 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
ab340e89fd
commit
9c6f27ce48
@ -1,3 +1,5 @@
|
||||
CONFIG -= qt
|
||||
|
||||
javaresources.files = \
|
||||
$$PWD/AndroidManifest.xml \
|
||||
$$PWD/res \
|
||||
|
Loading…
Reference in New Issue
Block a user