aboutsummaryrefslogtreecommitdiff
path: root/android/build/binary.make
diff options
context:
space:
mode:
Diffstat (limited to 'android/build/binary.make')
-rw-r--r--android/build/binary.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/build/binary.make b/android/build/binary.make
index 45c67feb8e..2af36e2d70 100644
--- a/android/build/binary.make
+++ b/android/build/binary.make
@@ -47,6 +47,10 @@ $(foreach src,$(LOCAL_QT_RESOURCES), \
$(eval $(call compile-qt-resources,$(src))) \
)
+$(foreach src,$(LOCAL_QT_UI_SRC_FILES), \
+ $(eval $(call compile-qt-uic-source,$(src))) \
+)
+
$(foreach src,$(LOCAL_GENERATED_C_SOURCES), \
$(eval $(call compile-generated-c-source,$(src))) \
)