Details
Description
When building the Installer-Framework on mac the compilation fails on examples:
[code]
dyld: Library not loaded: libinstaller.1.dylib\ Referenced from: /Users/xxxxxxx/git/qt/installer-framework/examples/testapp/../../installerbuilder/bin/binarycreator\ Reason: image not found\
/bin/sh: line 1: 62616 Trace/BPT trap ( /Users/xxxxxxx/git/qt/installer-framework/examples/testapp/../../installerbuilder/bin/binarycreator -p packages -c config -t ../../installerbuilder/bin/installerbase TestAppInstaller.app com.nokia.testapp )\
make[2]: *** [packages/com.nokia.testapp/data/testapp.app/Contents/MacOS/testapp] Error 133\
make[1]: *** [sub-testapp-make_default-ordered] Error 2\
make: *** [sub-examples-make_default-ordered] Error 2\
[/code]
Onw way to bypass this problem is just to exclude examples on Mac, although this does not fix the real problem.
installerfw.pro:
mac:SUBDIRS -= examples