mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
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).
4 lines
55 B
Prolog
4 lines
55 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = qwt src
|
|
CONFIG += ordered
|