diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-04-06 21:29:00 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-04-06 21:29:09 -0700 |
commit | 8a53cf8e64beb2c5c7e86d0b66872440e33b6f98 (patch) | |
tree | 346ccad7f82ec5a008773cbbbb779436984131f6 /packaging | |
parent | 11f7e18139e1b0802d46cf5cc5ca228991a5c3ae (diff) | |
download | subsurface-8a53cf8e64beb2c5c7e86d0b66872440e33b6f98.tar.gz |
QML UI: update qmake file to include Controls.2
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro index 2d963ed5b..12356e165 100644 --- a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro @@ -1,6 +1,6 @@ TEMPLATE = app -QT += qml quick widgets positioning concurrent svg +QT += qml quick quickcontrols2 widgets positioning concurrent svg DEFINES += SUBSURFACE_MOBILE |