diff options
author | Thiago Macieira <thiago@macieira.org> | 2013-10-08 21:27:10 -0700 |
---|---|---|
committer | Thiago Macieira <thiago@macieira.org> | 2013-10-08 23:29:44 -0700 |
commit | 603d65c9616ee85e0e0de1535874b981261589d2 (patch) | |
tree | 8351347e75a3a9c2117dbdb4c0503f9fe697f199 /subsurface.pro | |
parent | 245e29a72e47177b3337f7046b6bb0702888e3d8 (diff) | |
download | subsurface-603d65c9616ee85e0e0de1535874b981261589d2.tar.gz |
Deploy some Qt plugins alongside the binary
Only implemented for Windows for now. On Mac, macdeployqt copies all
imageformat plugins on its own.
Signed-off-by: Thiago Macieira <thiago@macieira.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface.pro b/subsurface.pro index a04281941..065897233 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -136,6 +136,7 @@ MANPAGE = subsurface.1 XSLT_FILES = xslt DOC_FILES = $$OUT_PWD/Documentation/user-manual.html Documentation/images MARBLEDIR = marbledata/maps +DEPLOYMENT_PLUGIN += imageformats/qjpeg # This information will go into the Windows .rc file and linked into the .exe QMAKE_TARGET_COMPANY = subsurface team |