Re: [Mixxx-devel] scons dont use include args for moc compiler

2013-12-16 Thread RJ Ryan
Hey Daniel, Our OS X Qt path in our SCons setup doesn't use the SCons qt4/qt5 support module we use on other platforms (build/qt4.py and build/qt5.py). I found the line in qt4/qt5.py that does this MOC CPPPATH setup and I've copied it over to our OS X support. I confirmed the includes get added to

[Mixxx-devel] scons dont use include args for moc compiler

2013-12-16 Thread Daniel Lindenfelser
Hi, after some research i found a strange thing with scons, qt5 and the moc compiler: for the new qml skin engine i create a class with a Q_INTERFACES inside. but i can’t get the file compiled with scons. after some test i see scons don’t add the -I arguments for include paths to the moc compil