mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
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).
This commit is contained in:
@@ -8,7 +8,7 @@ DEPENDPATH += .
|
||||
|
||||
!isEmpty( BOOST_INCLUDE ) { INCLUDEPATH += $${BOOST_INCLUDE} }
|
||||
INCLUDEPATH += ../qwt/src ../qxt/src
|
||||
QT += xml sql network webkit phonon
|
||||
QT += xml sql network webkit
|
||||
LIBS += ../qwt/lib/libqwt.a
|
||||
LIBS += -lm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user