Qt Creator building for QNX
-
I recently built Qt 5.4.0 from source for my windows development machine. I can compile and deploy applications from the command prompt. However, I have been unable to build from within Qt Creator.
I cloned the Qt5.3.0 kit from the Qt for QNX release that I was using and changed the configuration to point to the newly built Qt folders and added the compiler.
The qmake step works fine, but, when I go to build the program, I get the following error:
make[1]: *** [release/moc_tunits.cpp] Error -1073741515Any ideas how to get Qt Creator to work with the newly compiled Qt 5.4.0 libraries? I followed the directions for adding Qt to Qt Creator for QNX and still the same issue.
Thank you.