On Monday, 1 May 2017 03:17:23 -03 Sean Harmer wrote: > Hi, > > is there any documentation for the new configuration system please? > > My specific issue is that I need a config test that uses different > library names on each platform and I can't see how to achieve this. On > windows I want the FBX config test in Qt 3D to link against the static > FBX library libfbxsdk-md.lib whereas on linux it would be > libfbxsdk-static.a and on macOS libfbxsdk.a.
Please make sure we're abe to link against the dynamic version of that library on Linux. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
