diff --git a/android-sources/AndroidManifest.xml b/android-sources/AndroidManifest.xml index b7ae0fc..2ddab60 100644 --- a/android-sources/AndroidManifest.xml +++ b/android-sources/AndroidManifest.xml @@ -1,5 +1,5 @@ - + @@ -79,4 +79,5 @@ Remove the comment if you do not require these default features. --> + diff --git a/blueROCK.pro b/blueROCK.pro index cf8bcfc..af11718 100644 --- a/blueROCK.pro +++ b/blueROCK.pro @@ -1,4 +1,4 @@ -QT += quick qml quickcontrols2 +QT += quick qml quickcontrols2 purchasing CONFIG += c++11 android { diff --git a/resources/qml/main.qml b/resources/qml/main.qml index f1f2a91..cd03a5e 100644 --- a/resources/qml/main.qml +++ b/resources/qml/main.qml @@ -20,6 +20,7 @@ import QtQuick 2.9 import QtQuick.Window 2.2 import QtQuick.Controls 2.4 import QtQuick.Layouts 1.3 +import QtPurchasing 1.0 import com.itsblue.digitalRockRanking 1.0