summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles/android
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-10-12 10:32:16 +0200
committerLars Knoll <lars.knoll@qt.io>2020-10-12 14:49:24 +0200
commitfeab484b8d2f879bee4d13aa79998f4961d41804 (patch)
treee1d8f766a0a1d62d65521bc1ca678c88cc6e3806 /src/plugins/styles/android
parent4cfea12cb85c707e371f4e2f9cd5568356c6f12b (diff)
Enable the Android style plugin for the cmake build
Change-Id: Ie6a82c47c92067fb22270891bb81cd75ed3c9212 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/plugins/styles/android')
-rw-r--r--src/plugins/styles/android/CMakeLists.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/plugins/styles/android/CMakeLists.txt b/src/plugins/styles/android/CMakeLists.txt
new file mode 100644
index 0000000000..a556f7bd40
--- /dev/null
+++ b/src/plugins/styles/android/CMakeLists.txt
@@ -0,0 +1,20 @@
+# Generated from android.pro.
+
+#####################################################################
+## QAndroidStylePlugin Plugin:
+#####################################################################
+
+qt_internal_add_plugin(QAndroidStylePlugin
+ OUTPUT_NAME qandroidstyle
+ TYPE styles
+ SOURCES
+ main.cpp
+ qandroidstyle.cpp qandroidstyle_p.h
+ PUBLIC_LIBRARIES
+ Qt::Core
+ Qt::Gui
+ Qt::WidgetsPrivate
+)
+
+#### Keys ignored in scope 1:.:.:android.pro:<TRUE>:
+# DISTFILES = "androidstyle.json"