mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
.. when building on Debian there is no package for KQOauth, so as a temporary measure we're pulling it into the repo to support packaging. .. as soon as a KQOauth package is made available we will remove it from our repo
7 lines
87 B
Prolog
7 lines
87 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = qwt src
|
|
unix {
|
|
SUBDIRS += kqoauth
|
|
}
|
|
CONFIG += ordered
|