diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-05-04 13:55:14 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-05-04 14:00:43 -0700 |
commit | 42eee8a2e1f10a5cc7e91f96af2e08b9525db623 (patch) | |
tree | 690383ae5598992c4f4a8525d9690fd3be3647af /packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | |
parent | d668a89df7a92d5fa34f580280932a2bbd5076fc (diff) | |
download | subsurface-42eee8a2e1f10a5cc7e91f96af2e08b9525db623.tar.gz |
iOS build: create the translations to be bundled
And add them to the bundle.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios/Subsurface-mobile/Subsurface-mobile.pro')
-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 27125fe50..5cbf876f8 100644 --- a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro @@ -100,7 +100,7 @@ SOURCES += ../../../subsurface-mobile-main.cpp \ ../../../profile-widget/diverectitem.cpp \ ../../../profile-widget/divetextitem.cpp -RESOURCES += qml.qrc ../../../subsurface.qrc ../../../mobile-widgets/qml/mobile-resources.qrc +RESOURCES += qml.qrc ../../../subsurface.qrc ../../../mobile-widgets/qml/mobile-resources.qrc translations.qrc LIBS += ../install-root/lib/libcrypto.a \ ../install-root/lib/libdivecomputer.a \ |