Added one consistent building and testing system
[mdictionary] / mdictionary.pro
1 QMAKEVERSION = $$[QMAKE_VERSION]
2 ISQT4 = $$find(QMAKEVERSION, ^[2-9])
3 isEmpty( ISQT4 ) {
4 error("Use the qmake include with Qt4.4 or greater, on Debian that is qmake-qt4");
5 }
6
7 MDICT_BINDIR = $$[MDICT_BINDIR]
8
9 isEmpty(MDICT_BINDIR) {
10         message("empty")
11 }
12 message($$MDICT_BINDIR)
13
14 TEMPLATE = subdirs
15 SUBDIRS  = trunk
16 #SUBDIRS += trunk/src/plugins/xdxf/src/
17
18 check.target = check
19 check.CONFIG = recursive
20 check.recurse = trunk
21 QMAKE_EXTRA_TARGETS += check
22
23