Added new scripts for building app, plugins and packages
[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/src/base/
16 SUBDIRS += trunk/src/plugins/xdxf/src/