~abreu-alexandre/unity-webapps-qml/content-hub-fail-safe-14-04

1 by Alexandre Abreu
Initial protype commit
1
include(common-vars.pri)
2
include(common-project-config.pri)
7 by Alexandre Abreu
A bit of docs
3
include(docs/docs.pri )
1 by Alexandre Abreu
Initial protype commit
4
5
TEMPLATE = subdirs
6
CONFIG += ordered
7
SUBDIRS = \
8
    src \
9
    tests \
13.2.3 by Alexandre Abreu
Fix debian packages install; fix make check; added python install based on setup.py
10
    examples \
11
    tools
1 by Alexandre Abreu
Initial protype commit
12
13
include(common-installs-config.pri)
14
15
DISTNAME = $${PROJECT_NAME}-$${PROJECT_VERSION}
16
EXCLUDES = \
17
    --exclude-vcs \
18
    --exclude-from .bzrignore
19
    --exclude=$${DISTNAME}.tar.bz2
20
dist.commands = "tar -cvjf $${DISTNAME}.tar.bz2 $$EXCLUDES --transform='s,^,$$DISTNAME/,' *"
21
dist.depends = distclean
22
QMAKE_EXTRA_TARGETS += dist
23