Re: [Interest] How to include a .r header file in a Qt Mac OSX project via qmake?

2017-01-06 Thread Thiago Macieira
Em sexta-feira, 6 de janeiro de 2017, às 12:09:19 PST, Nuno Santos escreveu: > Hi, > > I’m working a project based on a Apple example that has a .r file. I don’t > know exactly what Xcode does with it but I want to manage my project with > Qt qmake and not with xcode. How can I tell qmake to

[Interest] How to include a .r header file in a Qt Mac OSX project via qmake?

2017-01-06 Thread Nuno Santos
Hi, I’m working a project based on a Apple example that has a .r file. I don’t know exactly what Xcode does with it but I want to manage my project with Qt qmake and not with xcode. How can I tell qmake to process the .r file? Anyone knows what is this .r file? It seems like a header file but