~ci-train-bot/signon-ui/signon-ui-ubuntu-zesty-2608

1 by Alberto Mardegan
Initial commit
1
include(common-vars.pri)
2
include(common-project-config.pri)
3
4
TEMPLATE = subdirs
5
CONFIG += ordered
6
SUBDIRS = \
37.1.1 by Alberto Mardegan
Add support for translations
7
    po \
1 by Alberto Mardegan
Initial commit
8
    src \
9
    tests
10
11
include(common-installs-config.pri)
12
13
DISTNAME = $${PROJECT_NAME}-$${PROJECT_VERSION}
84.1.1 by Alberto Mardegan
Use bzr-export to implement the "make dist" command
14
dist.commands = "bzr export $${DISTNAME}.tar.bz2"
1 by Alberto Mardegan
Initial commit
15
QMAKE_EXTRA_TARGETS += dist