Files
GoldenCheetah/build.pro
Mark Liversedge 457260a3dc Build Config Fixups
We ask for phonon in src.pro, but it is NOT required, this
is because the video playback was rewritten to use the vlc
libraries.

Additionally, the build.pro now asks for ordered builds to
ensure the qwt libs are built before src is started. This is
useful when performing builds with multipe jobs (make -j n).
2011-10-12 09:46:40 +01:00

4 lines
55 B
Prolog

TEMPLATE = subdirs
SUBDIRS = qwt src
CONFIG += ordered