Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
VxWorks mkspecs
Hi,
I'm currently trying to get qmake to build a makefile for VxWorks 5.5. We are using a ccppc as a compiler and I was how I could get the VxWorks Compiler to work with Qmake. I can't seem to find a mkspecs for VxWorks.
RE: VxWorks mkspecs
vxworks is not the os. mkspecs are designed for an os target first then compiler target. any of the -g++ compilers should do it for vxworks as well
@Martin - better write your own makefile. its simple enuf.