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
Settings: various fixes after the switch to a full-blown model for sender identities
[trojita.git]
/
trojita.pro
blob
e4c24c80b96735042bdd40dbc4922adbf5792ac9
1
lessThan
(
QT_VERSION
,
4.6
) {
2
error
(
"Trojita requires Qt 4.6 or greater"
)
3
}
4
5
TEMPLATE
=
subdirs
6
SUBDIRS
=
src
7
!
disable_tests
:
SUBDIRS
+=
tests
8
CONFIG
+=
ordered
9
10
unix
:!
disable_tests
{
11
test
.
commands
=
cd tests
&&
TESTARGS
=-
silent $
(
MAKE
) -
s check
12
QMAKE_EXTRA_TARGETS
+=
test
13
}
14
15
include
(
configh
.
pri
)