building Qt4 + Scons project (Mixxx)

General questions regarding the usage of CodeLite
petah
CodeLite Expert
Posts: 231
Joined: Sat Nov 24, 2012 8:04 pm
Genuine User: Yes
IDE Question: c++
Location: Los Angeles
Contact:

building Qt4 + Scons project (Mixxx)

Post 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
main: Debian Jessie x64 + custom wxTrunk
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: building Qt4 + Scons project (Mixxx)

Post 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
Make sure you have read the HOW TO POST thread
petah
CodeLite Expert
Posts: 231
Joined: Sat Nov 24, 2012 8:04 pm
Genuine User: Yes
IDE Question: c++
Location: Los Angeles
Contact:

Re: building Qt4 + Scons project (Mixxx)

Post 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
main: Debian Jessie x64 + custom wxTrunk
Post Reply