repo.or.cz
/
trojita.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'kde/master'
[trojita.git]
/
trojita.pro
blob
2c401888d3b20c569179736d1fd8771e0aff43d1
1
lessThan
(
QT_VERSION
,
4.6
) {
2
error
(
"Trojita requires Qt 4.6 or greater"
)
3
}
4
5
TEMPLATE
=
subdirs
6
SUBDIRS
=
src tests
7
CONFIG
+=
ordered
8
9
unix
{
10
test
.
commands
=
cd tests
&&
TESTARGS
=-
silent $
(
MAKE
) -
s check
11
QMAKE_EXTRA_TARGETS
+=
test
12
}
13
14
include
(
configh
.
pri
)