SKINTEGRITY
Teilprojekte von SKINTEGRITY
ETH Zürich Foundation: SKINTEGRITY
ESP32
Product: Adafruit HUZZAH32 – ESP32 Breakout Board
Learn: Adafruit HUZZAH32 – ESP32 Breakout Board
Wikipedia
Qt
C++
“warning: use of old-style cast” in g++ [duplicate]
When should static_cast, dynamic_cast, const_cast and reinterpret_cast be used?
What are the rules about using an underscore in a C++ identifier?
Overloading Macro on Number of Arguments
/Users/andreas/Library/Application Support/LymphData
Installer
C:\Users\andreas\Documents\QtProjects\FluoedemaSource\DatabaseSelect\release\v0.1\packages\ch.zhaw.fluedema\data > C:\Qt\5.12.6\mingw73_64\bin\windeployqt.exe DatabaseSelect.exe C:\Users\andreas\Documents\QtProjects\FluoedemaSource\DatabaseSelect\release\v0.1 > C:\Qt\Tools\QtInstallerFramework\3.1\bin\binarycreator.exe --offline-only -c config\config.xml -p packages DatabaseSelectInstaller.exe C:\Users\andreas\Documents\QtProjects\FluoedemaSource\LymphData\release\v0.1\packages\ch.zhaw.fluedema\data > C:\Qt\5.12.6\mingw73_64\bin\windeployqt.exe LymphData.exe C:\Users\andreas\Documents\QtProjects\FluoedemaSource\LymphData\release\v0.1 > C:\Qt\Tools\QtInstallerFramework\3.1\bin\binarycreator.exe --offline-only -c config\config.xml -p packages LymphDataInstaller_v0.1.0.exe
Bundle (macOS)
What is an App Bundle on Mac?
Application Bundle
Show system files / Show git ignore in osx
HOWTO: Build a DMG file from the command line on Mac OS X
How do I create a DMG file from a directory?
Creating a “DMG installer” for OS X
Deploying your Mac app bundle in ZIP format
Convert PNG to ICNS on Mac OS, Iconset
github.com/retifrav/python-scripts/blob/master/generate-iconset/generate-iconset.py
Setting the application icon for OSX in Qt Creator
@executable path, @load path and @rpath
$ pwd /Users/andreas/Library/Application Support/LymphData $ ls -la -rw-r--r-- 1 andreas staff 8344 Dec 6 21:24 20191206_210548_292.log -rw-r--r-- 1 andreas staff 6199 Dec 6 21:14 20191206_211419_480.log -rw-r--r-- 1 andreas staff 9595 Dec 6 21:21 20191206_211851_578.log -rw-r--r-- 1 andreas staff 7160 Dec 6 21:25 20191206_212454_962.log -rw-r--r-- 1 andreas staff 7162 Dec 7 10:52 20191207_105213_798.log -rw-r--r-- 1 andreas staff 6805 Dec 7 10:53 20191207_105337_372.log -rw-r--r-- 1 andreas staff 8247 Dec 7 11:25 20191207_112523_728.log -rw-r--r-- 1 andreas staff 7539 Dec 11 10:32 20191211_103225_054.log -rw-r--r-- 1 andreas staff 6805 Dec 11 10:35 20191211_103545_771.log -rw-r--r-- 1 andreas staff 6805 Jan 4 10:21 20200104_102113_414.log -rw-r--r-- 1 andreas staff 20480 Dec 6 21:21 default.sqlite
$ /Users/andreas/Qt/5.12.6/clang_64/bin/macdeployqt
log-file is stored in /Users/andreas/Library/Application Support/LymphData/20191206_211851_578.log
otool -L LymphData.app/Contents/MacOS/LymphData
LymphData.app/Contents/MacOS/LymphData:
@rpath/QtWidgets.framework/Versions/5/QtWidgets (compatibility version 5.12.0, current version 5.12.5)
@rpath/QtGui.framework/Versions/5/QtGui (compatibility version 5.12.0, current version 5.12.5)
@rpath/QtSql.framework/Versions/5/QtSql (compatibility version 5.12.0, current version 5.12.5)
@rpath/QtSerialPort.framework/Versions/5/QtSerialPort (compatibility version 5.12.0, current version 5.12.5)
@rpath/QtCore.framework/Versions/5/QtCore (compatibility version 5.12.0, current version 5.12.5)
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration (compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 275.0.0)
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/AGL.framework/Versions/A/AGL (compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 400.9.4)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1252.200.5)
$ /Users/andreas/Qt/5.12.6/clang_64/bin/macdeployqt LymphData.app
WARNING: Plugin "libqsqlodbc.dylib" uses private API and is not Mac App store compliant.
WARNING: Plugin "libqsqlpsql.dylib" uses private API and is not Mac App store compliant.
ERROR: no file at "/usr/local/opt/libiodbc/lib/libiodbc.2.dylib"
ERROR: no file at "/Applications/Postgres.app/Contents/Versions/9.6/lib/libpq.5.dylib"
$ /Users/andreas/Qt/5.12.6/clang_64/bin/macdeployqt LymphData.app -verbose=2
Log:
Log: Deploying Qt frameworks found inside: ("/Users/andreas/Documents/GitHub/FluoedemaSource/LymphData/release/v0.4/mac/packages/ch.zhaw.fluedema/data/LymphData.app/Contents/MacOS/LymphData")
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtWidgets.framework/Versions/5/QtWidgets"
Log: to "LymphData.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets"
Log: copy: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtWidgets.framework/Resources" "LymphData.app/Contents/Frameworks/QtWidgets.framework/Versions/5/Resources"
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtWidgets.framework/Resources/Info.plist"
Log: to "LymphData.app/Contents/Frameworks/QtWidgets.framework/Versions/5/Resources/Info.plist"
Log: symlink "LymphData.app/Contents/Frameworks/QtWidgets.framework/QtWidgets"
Log: points to "Versions/Current/QtWidgets"
Log: symlink "LymphData.app/Contents/Frameworks/QtWidgets.framework/Resources"
Log: points to "Versions/Current/Resources"
Log: symlink "LymphData.app/Contents/Frameworks/QtWidgets.framework/Versions/Current"
Log: points to "5"
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtGui.framework/Versions/5/QtGui"
Log: to "LymphData.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui"
Log: copy: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtGui.framework/Resources" "LymphData.app/Contents/Frameworks/QtGui.framework/Versions/5/Resources"
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtGui.framework/Resources/Info.plist"
Log: to "LymphData.app/Contents/Frameworks/QtGui.framework/Versions/5/Resources/Info.plist"
Log: symlink "LymphData.app/Contents/Frameworks/QtGui.framework/QtGui"
Log: points to "Versions/Current/QtGui"
Log: symlink "LymphData.app/Contents/Frameworks/QtGui.framework/Resources"
Log: points to "Versions/Current/Resources"
Log: symlink "LymphData.app/Contents/Frameworks/QtGui.framework/Versions/Current"
Log: points to "5"
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtSql.framework/Versions/5/QtSql"
Log: to "LymphData.app/Contents/Frameworks/QtSql.framework/Versions/5/QtSql"
Log: copy: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtSql.framework/Resources" "LymphData.app/Contents/Frameworks/QtSql.framework/Versions/5/Resources"
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtSql.framework/Resources/Info.plist"
Log: to "LymphData.app/Contents/Frameworks/QtSql.framework/Versions/5/Resources/Info.plist"
Log: symlink "LymphData.app/Contents/Frameworks/QtSql.framework/QtSql"
Log: points to "Versions/Current/QtSql"
Log: symlink "LymphData.app/Contents/Frameworks/QtSql.framework/Resources"
Log: points to "Versions/Current/Resources"
Log: symlink "LymphData.app/Contents/Frameworks/QtSql.framework/Versions/Current"
Log: points to "5"
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtSerialPort.framework/Versions/5/QtSerialPort"
Log: to "LymphData.app/Contents/Frameworks/QtSerialPort.framework/Versions/5/QtSerialPort"
Log: copy: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtSerialPort.framework/Resources" "LymphData.app/Contents/Frameworks/QtSerialPort.framework/Versions/5/Resources"
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtSerialPort.framework/Resources/Info.plist"
Log: to "LymphData.app/Contents/Frameworks/QtSerialPort.framework/Versions/5/Resources/Info.plist"
Log: symlink "LymphData.app/Contents/Frameworks/QtSerialPort.framework/QtSerialPort"
Log: points to "Versions/Current/QtSerialPort"
Log: symlink "LymphData.app/Contents/Frameworks/QtSerialPort.framework/Resources"
Log: points to "Versions/Current/Resources"
Log: symlink "LymphData.app/Contents/Frameworks/QtSerialPort.framework/Versions/Current"
Log: points to "5"
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtCore.framework/Versions/5/QtCore"
Log: to "LymphData.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore"
Log: copy: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtCore.framework/Resources" "LymphData.app/Contents/Frameworks/QtCore.framework/Versions/5/Resources"
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtCore.framework/Resources/Info.plist"
Log: to "LymphData.app/Contents/Frameworks/QtCore.framework/Versions/5/Resources/Info.plist"
Log: symlink "LymphData.app/Contents/Frameworks/QtCore.framework/QtCore"
Log: points to "Versions/Current/QtCore"
Log: symlink "LymphData.app/Contents/Frameworks/QtCore.framework/Resources"
Log: points to "Versions/Current/Resources"
Log: symlink "LymphData.app/Contents/Frameworks/QtCore.framework/Versions/Current"
Log: points to "5"
Log:
Log: Deploying plugins from "/Users/andreas/Qt/5.12.6/clang_64/plugins"
WARNING: Plugin "libqsqlodbc.dylib" uses private API and is not Mac App store compliant.
WARNING: Plugin "libqsqlpsql.dylib" uses private API and is not Mac App store compliant.
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/plugins/platforms/libqcocoa.dylib"
Log: to "LymphData.app/Contents/PlugIns/platforms/libqcocoa.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("LymphData.app/Contents/PlugIns/platforms/libqcocoa.dylib")
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtDBus.framework/Versions/5/QtDBus"
Log: to "LymphData.app/Contents/Frameworks/QtDBus.framework/Versions/5/QtDBus"
Log: copy: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtDBus.framework/Resources" "LymphData.app/Contents/Frameworks/QtDBus.framework/Versions/5/Resources"
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtDBus.framework/Resources/Info.plist"
Log: to "LymphData.app/Contents/Frameworks/QtDBus.framework/Versions/5/Resources/Info.plist"
Log: symlink "LymphData.app/Contents/Frameworks/QtDBus.framework/QtDBus"
Log: points to "Versions/Current/QtDBus"
Log: symlink "LymphData.app/Contents/Frameworks/QtDBus.framework/Resources"
Log: points to "Versions/Current/Resources"
Log: symlink "LymphData.app/Contents/Frameworks/QtDBus.framework/Versions/Current"
Log: points to "5"
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport"
Log: to "LymphData.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport"
Log: copy: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtPrintSupport.framework/Resources" "LymphData.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/Resources"
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtPrintSupport.framework/Resources/Info.plist"
Log: to "LymphData.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/Resources/Info.plist"
Log: symlink "LymphData.app/Contents/Frameworks/QtPrintSupport.framework/QtPrintSupport"
Log: points to "Versions/Current/QtPrintSupport"
Log: symlink "LymphData.app/Contents/Frameworks/QtPrintSupport.framework/Resources"
Log: points to "Versions/Current/Resources"
Log: symlink "LymphData.app/Contents/Frameworks/QtPrintSupport.framework/Versions/Current"
Log: points to "5"
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/plugins/printsupport/libcocoaprintersupport.dylib"
Log: to "LymphData.app/Contents/PlugIns/printsupport/libcocoaprintersupport.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("LymphData.app/Contents/PlugIns/printsupport/libcocoaprintersupport.dylib")
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/plugins/styles/libqmacstyle.dylib"
Log: to "LymphData.app/Contents/PlugIns/styles/libqmacstyle.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("LymphData.app/Contents/PlugIns/styles/libqmacstyle.dylib")
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/plugins/imageformats/libqgif.dylib"
Log: to "LymphData.app/Contents/PlugIns/imageformats/libqgif.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("LymphData.app/Contents/PlugIns/imageformats/libqgif.dylib")
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/plugins/imageformats/libqicns.dylib"
Log: to "LymphData.app/Contents/PlugIns/imageformats/libqicns.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("LymphData.app/Contents/PlugIns/imageformats/libqicns.dylib")
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/plugins/imageformats/libqico.dylib"
Log: to "LymphData.app/Contents/PlugIns/imageformats/libqico.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("LymphData.app/Contents/PlugIns/imageformats/libqico.dylib")
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/plugins/imageformats/libqjpeg.dylib"
Log: to "LymphData.app/Contents/PlugIns/imageformats/libqjpeg.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("LymphData.app/Contents/PlugIns/imageformats/libqjpeg.dylib")
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/plugins/imageformats/libqmacheif.dylib"
Log: to "LymphData.app/Contents/PlugIns/imageformats/libqmacheif.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("LymphData.app/Contents/PlugIns/imageformats/libqmacheif.dylib")
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/plugins/imageformats/libqmacjp2.dylib"
Log: to "LymphData.app/Contents/PlugIns/imageformats/libqmacjp2.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("LymphData.app/Contents/PlugIns/imageformats/libqmacjp2.dylib")
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/plugins/imageformats/libqtga.dylib"
Log: to "LymphData.app/Contents/PlugIns/imageformats/libqtga.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("LymphData.app/Contents/PlugIns/imageformats/libqtga.dylib")
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/plugins/imageformats/libqtiff.dylib"
Log: to "LymphData.app/Contents/PlugIns/imageformats/libqtiff.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("LymphData.app/Contents/PlugIns/imageformats/libqtiff.dylib")
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/plugins/imageformats/libqwbmp.dylib"
Log: to "LymphData.app/Contents/PlugIns/imageformats/libqwbmp.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("LymphData.app/Contents/PlugIns/imageformats/libqwbmp.dylib")
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/plugins/imageformats/libqwebp.dylib"
Log: to "LymphData.app/Contents/PlugIns/imageformats/libqwebp.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("LymphData.app/Contents/PlugIns/imageformats/libqwebp.dylib")
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/plugins/iconengines/libqsvgicon.dylib"
Log: to "LymphData.app/Contents/PlugIns/iconengines/libqsvgicon.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("LymphData.app/Contents/PlugIns/iconengines/libqsvgicon.dylib")
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtSvg.framework/Versions/5/QtSvg"
Log: to "LymphData.app/Contents/Frameworks/QtSvg.framework/Versions/5/QtSvg"
Log: copy: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtSvg.framework/Resources" "LymphData.app/Contents/Frameworks/QtSvg.framework/Versions/5/Resources"
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/lib/QtSvg.framework/Resources/Info.plist"
Log: to "LymphData.app/Contents/Frameworks/QtSvg.framework/Versions/5/Resources/Info.plist"
Log: symlink "LymphData.app/Contents/Frameworks/QtSvg.framework/QtSvg"
Log: points to "Versions/Current/QtSvg"
Log: symlink "LymphData.app/Contents/Frameworks/QtSvg.framework/Resources"
Log: points to "Versions/Current/Resources"
Log: symlink "LymphData.app/Contents/Frameworks/QtSvg.framework/Versions/Current"
Log: points to "5"
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/plugins/sqldrivers/libqsqlite.dylib"
Log: to "LymphData.app/Contents/PlugIns/sqldrivers/libqsqlite.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("LymphData.app/Contents/PlugIns/sqldrivers/libqsqlite.dylib")
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/plugins/sqldrivers/libqsqlodbc.dylib"
Log: to "LymphData.app/Contents/PlugIns/sqldrivers/libqsqlodbc.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("LymphData.app/Contents/PlugIns/sqldrivers/libqsqlodbc.dylib")
ERROR: no file at "/usr/local/opt/libiodbc/lib/libiodbc.2.dylib"
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/plugins/sqldrivers/libqsqlpsql.dylib"
Log: to "LymphData.app/Contents/PlugIns/sqldrivers/libqsqlpsql.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("LymphData.app/Contents/PlugIns/sqldrivers/libqsqlpsql.dylib")
ERROR: no file at "/Applications/Postgres.app/Contents/Versions/9.6/lib/libpq.5.dylib"
Log: Created configuration file: "LymphData.app/Contents/Resources/qt.conf"
Log: This file sets the plugin search path to "LymphData.app/Contents/PlugIns"
$ du -sh build-LymphData-Desktop_Qt_5_12_6_clang_64bit-Release/LymphData.app
764K build-LymphData-Desktop_Qt_5_12_6_clang_64bit-Release/LymphData.app
$ du -sh packages/ch.zhaw.fluedema/data/LymphData.app
24M packages/ch.zhaw.fluedema/data/LymphData.app
$ /Users/andreas/Qt/5.12.6/clang_64/bin/macdeployqt LymphData.app -verbose=2 -dmg
Log:
Log: Deploying Qt frameworks found inside: ("/Users/andreas/Documents/GitHub/FluoedemaSource/LymphData/release/v0.4/mac/packages/ch.zhaw.fluedema/data/LymphData.app/Contents/MacOS/LymphData", "LymphData.app/Contents/PlugIns/platforms/libqcocoa.dylib", "LymphData.app/Contents/PlugIns/printsupport/libcocoaprintersupport.dylib", "LymphData.app/Contents/PlugIns/styles/libqmacstyle.dylib", "LymphData.app/Contents/PlugIns/iconengines/libqsvgicon.dylib", "LymphData.app/Contents/PlugIns/sqldrivers/libqsqlite.dylib", "LymphData.app/Contents/PlugIns/sqldrivers/libqsqlodbc.dylib", "LymphData.app/Contents/PlugIns/sqldrivers/libqsqlpsql.dylib", "LymphData.app/Contents/PlugIns/imageformats/libqgif.dylib", "LymphData.app/Contents/PlugIns/imageformats/libqwbmp.dylib", "LymphData.app/Contents/PlugIns/imageformats/libqwebp.dylib", "LymphData.app/Contents/PlugIns/imageformats/libqico.dylib", "LymphData.app/Contents/PlugIns/imageformats/libqmacheif.dylib", "LymphData.app/Contents/PlugIns/imageformats/libqjpeg.dylib", "LymphData.app/Contents/PlugIns/imageformats/libqtiff.dylib", "LymphData.app/Contents/PlugIns/imageformats/libqicns.dylib", "LymphData.app/Contents/PlugIns/imageformats/libqtga.dylib", "LymphData.app/Contents/PlugIns/imageformats/libqmacjp2.dylib")
ERROR: no file at "/usr/local/opt/libiodbc/lib/libiodbc.2.dylib"
ERROR: no file at "/Applications/Postgres.app/Contents/Versions/9.6/lib/libpq.5.dylib"
Log:
Log: Deploying plugins from "/Users/andreas/Qt/5.12.6/clang_64/plugins"
WARNING: Plugin "libqsqlodbc.dylib" uses private API and is not Mac App store compliant.
WARNING: Plugin "libqsqlpsql.dylib" uses private API and is not Mac App store compliant.
File exists, skip copy: "LymphData.app/Contents/PlugIns/platforms/libqcocoa.dylib"
File exists, skip copy: "LymphData.app/Contents/PlugIns/printsupport/libcocoaprintersupport.dylib"
File exists, skip copy: "LymphData.app/Contents/PlugIns/styles/libqmacstyle.dylib"
File exists, skip copy: "LymphData.app/Contents/PlugIns/imageformats/libqgif.dylib"
File exists, skip copy: "LymphData.app/Contents/PlugIns/imageformats/libqicns.dylib"
File exists, skip copy: "LymphData.app/Contents/PlugIns/imageformats/libqico.dylib"
File exists, skip copy: "LymphData.app/Contents/PlugIns/imageformats/libqjpeg.dylib"
File exists, skip copy: "LymphData.app/Contents/PlugIns/imageformats/libqmacheif.dylib"
File exists, skip copy: "LymphData.app/Contents/PlugIns/imageformats/libqmacjp2.dylib"
Log: copied: "/Users/andreas/Qt/5.12.6/clang_64/plugins/imageformats/libqsvg.dylib"
Log: to "LymphData.app/Contents/PlugIns/imageformats/libqsvg.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("LymphData.app/Contents/PlugIns/imageformats/libqsvg.dylib")
File exists, skip copy: "LymphData.app/Contents/PlugIns/imageformats/libqtga.dylib"
File exists, skip copy: "LymphData.app/Contents/PlugIns/imageformats/libqtiff.dylib"
File exists, skip copy: "LymphData.app/Contents/PlugIns/imageformats/libqwbmp.dylib"
File exists, skip copy: "LymphData.app/Contents/PlugIns/imageformats/libqwebp.dylib"
File exists, skip copy: "LymphData.app/Contents/PlugIns/iconengines/libqsvgicon.dylib"
File exists, skip copy: "LymphData.app/Contents/PlugIns/sqldrivers/libqsqlite.dylib"
File exists, skip copy: "LymphData.app/Contents/PlugIns/sqldrivers/libqsqlodbc.dylib"
File exists, skip copy: "LymphData.app/Contents/PlugIns/sqldrivers/libqsqlpsql.dylib"
WARNING:
WARNING: "LymphData.app/Contents/Resources/qt.conf" already exists, will not overwrite.
WARNING: To make sure the plugins are loaded from the correct location,
WARNING: please make sure qt.conf contains the following lines:
WARNING: [Paths]
WARNING: Plugins = PlugIns
Log:
Log: Creating disk image (.dmg) for "LymphData.app"
Log: Image will use "HFS+"
$ /Users/andreas/Qt/Tools/QtInstallerFramework/3.1/bin/binarycreator --offline-only -c config/config.xml -p packages LymphDataInstaller_v0.4.0
$ cd LymphData/release/v0.5/mac/packages/ch.zhaw.fluedema/data/ $ /Users/andreas/Qt/5.9.8/clang_64/bin/macdeployqt LymphData.app -verbose=2 $ cd ../../.. $ /Users/andreas/Qt/Tools/QtInstallerFramework/3.1/bin/binarycreator --offline-only -c config/config.xml -p packages LymphDataInstaller_v0.5.0 $ ./dmg LymphDataInstaller_v0.5.0.app LymphDataInstaller_v0.5.0