summaryrefslogtreecommitdiffstats
path: root/src/qmlandroid/qmlandroid.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmlandroid/qmlandroid.pro')
-rw-r--r--src/qmlandroid/qmlandroid.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/qmlandroid/qmlandroid.pro b/src/qmlandroid/qmlandroid.pro
index 56b2ff4..8f5c2ab 100644
--- a/src/qmlandroid/qmlandroid.pro
+++ b/src/qmlandroid/qmlandroid.pro
@@ -6,6 +6,11 @@ QT += core-private # qjnihelpers
CONFIG += c++11
CONFIG -= create_cmake
+features.files = $$QMLANDROID_PREFIX/features/qmlandroid.prf
+features.path = $$[QT_HOST_DATA]/mkspecs/features
+!prefix_build: COPIES += features
+INSTALLS += features
+
include(qmlandroid.pri)
load(qt_module)