Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Where does XCode takes the Qt-Libraries from
-
Hi all,
does anyone know where the XCode build takes the qt libs from? I had to rebuild the libqios.pri. If I now start my app from qtcreator the bug is gone. But if I open the XCode project and start my app the bug is still there and it seems like there is the old lib used.
I couldn't rebuild my current source (5.4.1 commercial) so I build the lib from source and copied it to my current dev QT version. Is there maybe another file which I have to replace?
thx,
patrik
-
Hi,
Did you rebuild your application from scratch within Xcode ?
-
Hi,
I deleted the whole build directory. Than I created a new release with QtCreator and opened the xcode project in xcode (there i also tried a clean and build).
best,
Patrik