~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit-private-shapes

1000.552.1 by Benjamin Zeller
- Work on using the qt macros to build the project
1
#include( documentation/documentation.pri )
110.2.1 by Kaleo
Added unit tests template infrastructure.
2
1000.368.1 by Benjamin Zeller
Merge, fix scripts to work in shadowbuild mode
3
BUILD_PATH_CONTENTS="SRC_DIR=\"$$PWD\"" \
4
                    "BUILD_DIR=\"$$OUT_PWD\""
5
6
write_file($$PWD/build_paths.inc,BUILD_PATH_CONTENTS)
7
1000.552.1 by Benjamin Zeller
- Work on using the qt macros to build the project
8
requires(qtHaveModule(quick))
9
load(qt_parts)
10
1000.738.1 by Christian Dywan
C++ types for apicheck testing
11
SUBDIRS += po documentation app-launch-profiler ubuntu-ui-toolkit-launcher apicheck
1000.552.1 by Benjamin Zeller
- Work on using the qt macros to build the project
12
1000.714.2 by Zoltán Balogh
put back
13
sub_tests.CONFIG -= no_default_target
14
sub_tests.CONFIG -= no_default_install
15
110.2.1 by Kaleo
Added unit tests template infrastructure.
16
# additional 'make test' target required by continuous integration system
17
test.target = test
18
test.commands = make check
1000.552.3 by Benjamin Zeller
Create docs again
19
test.depends = license sub_src
110.2.1 by Kaleo
Added unit tests template infrastructure.
20
QMAKE_EXTRA_TARGETS += test
409.1.1 by Juhapekka Piiroinen
Added licensecheck to "make test" target
21
22
license.target = license
1000.365.4 by Benjamin Zeller
Start working on tests
23
license.commands = cd $$PWD; $$PWD/tests/license/checklicense.sh
409.1.1 by Juhapekka Piiroinen
Added licensecheck to "make test" target
24
QMAKE_EXTRA_TARGETS += license
464.1.1 by Juhapekka Piiroinen
Added Qt5 help generation for Qt Creator.
25
1000.552.3 by Benjamin Zeller
Create docs again
26
check.target = check
1000.704.4 by Benjamin Zeller
Move scrollbarUtils.js into the styles
27
check.commands = $$PWD/tests/checkresults.sh $$OUT_PWD/tests/test_tst_*.xml
1000.437.1 by Christian Dywan
Split off test verification and run it once only for 'make check'
28
1000.365.1 by Benjamin Zeller
Initial work for shadowbuilds, implemented feature file for copying non
29
#helper files
30
OTHER_FILES += \
31
    features/ubuntu_qml_module.prf \
1000.552.1 by Benjamin Zeller
- Work on using the qt macros to build the project
32
    features/ubuntu_qml_plugin.prf \
1000.697.1 by Benjamin Zeller
- Make gestures build with qt macros
33
    features/ubuntu_qt_module.prf \
1000.552.1 by Benjamin Zeller
- Work on using the qt macros to build the project
34
    features/ubuntu_enable_testing.prf \
1000.365.15 by Benjamin Zeller
- Revert last commit
35
    features/coverage.prf \
36
    .qmake.conf