~elopio/ubuntu-ui-toolkit/toolbar_emulator

237.1.3 by Juhapekka Piiroinen
Renamed generic.pri to common.pri
1
include( common.pri )
2
include( documentation/documentation.pri )
110.3.1 by Zsombor Egri
Qt version checking added to project files.
3
27.4.1 by Juhapekka Piiroinen
Add packaging
4
TEMPLATE = subdirs
478.2.3 by Zoltán Balogh
Component gallery is moved to the examples and all examples made QtC compliant
5
SUBDIRS += themes modules/ubuntu-ui-toolkit.pro tests examples
110.2.1 by Kaleo
Added unit tests template infrastructure.
6
350.2.10 by Timo Jyrinki
A big rename to ubuntu-ui-toolkit.
7
tests/unit.depends = modules/ubuntu-ui-toolkit.pro
216.2.8 by Juhapekka Piiroinen
[tests] compile testparser first
8
110.2.1 by Kaleo
Added unit tests template infrastructure.
9
# additional 'make test' target required by continuous integration system
10
test.target = test
11
test.commands = make check
409.1.1 by Juhapekka Piiroinen
Added licensecheck to "make test" target
12
test.depends = license
110.2.1 by Kaleo
Added unit tests template infrastructure.
13
QMAKE_EXTRA_TARGETS += test
409.1.1 by Juhapekka Piiroinen
Added licensecheck to "make test" target
14
15
license.target = license
409.1.2 by Juhapekka Piiroinen
fixed script name
16
license.commands = ./tests/license/checklicense.sh
409.1.1 by Juhapekka Piiroinen
Added licensecheck to "make test" target
17
QMAKE_EXTRA_TARGETS += license
464.1.1 by Juhapekka Piiroinen
Added Qt5 help generation for Qt Creator.
18
19
DOC_PATH=${PWD}/documentation
20
docs.target = docs
21
docs.commands += qdoc $$DOC_PATH/ubuntu-ui-toolkit-qtcreator.qdocconf;
474.1.1 by Zoltán Balogh
Build documentation and publish the qch file
22
docs.commands += qhelpgenerator -o "$$DOC_PATH/html/ubuntuuserinterfacetoolkit.qch" "$$DOC_PATH/html/ubuntuuserinterfacetoolkit.qhp"
464.1.1 by Juhapekka Piiroinen
Added Qt5 help generation for Qt Creator.
23
QMAKE_EXTRA_TARGETS += docs
24