diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-30 14:17:04 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-30 14:17:04 -0800 |
commit | 26fbcb0b742947eb351606e137cf9520b0912e2b (patch) | |
tree | 89e4980232c816e9a7409c360d272b84078fe0df /CMakeLists.txt | |
parent | 2311bc23787c12b5ce6abe0c995fc23f8d2ddce1 (diff) | |
download | subsurface-26fbcb0b742947eb351606e137cf9520b0912e2b.tar.gz |
Fix QML component import path when running Mac bundle of Subsurface-mobile
When running the QML UI on a Mac the deployment of the QML Components
seems to fail and the search path for the components is rather odd -
simply the same directory the executable was started from:
<bundle>/Contents/MacOS/
To work around this we need to manually copy the components at install
time to Contents/Frameworks/qml (not covered in this commit) and make sure
that we add the correct import path.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions