Page 1 of 1

building Qt4 + Scons project (Mixxx)

Posted: Sun May 05, 2013 9:42 pm
by petah
I have to decide whether to embark on an OSS project (Mixxx) that uses Qt4 & Scons, I found a non-answer about using Scons with CodeLite on stack overflow and an old thread here, any advice/update would be welcome, thx.

-- p

Re: building Qt4 + Scons project (Mixxx)

Posted: Sun May 05, 2013 10:01 pm
by eranif
Basically, codelite can use _any_ build system that can be used from the command line.
Anything specific you had in mind?

I grown to like CMake - try to find a project that uses CMake ;)
Eran

Re: building Qt4 + Scons project (Mixxx)

Posted: Sun May 05, 2013 10:25 pm
by petah
eranif wrote:Basically, codelite can use _any_ build system that can be used from the command line.
Anything specific you had in mind?
Not really, I just started browsing its code and reading up on Scons but stopped when I came across Qt's C++ "extensions" and started hyperventilating :)
eranif wrote:I grown to like CMake - try to find a project that uses CMake ;)
Mixxx is the only credible alternative to closed-source real-time audio apps from Ableton/Native Instruments, so either I get it to work with CL or forget about it. I will definitely not go Eclipse!

-- p