Changed target to irwi
[irwi] / irwi.pro
1 TARGET = irwi
2 QMAKEVERSION = $$[QMAKE_VERSION]
3 ISQT4 = $$find(QMAKEVERSION, ^[2-9])
4 isEmpty( ISQT4 ) {
5 error("Use the qmake include with Qt4.6 or greater, on Debian that is qmake-qt4");
6 }
7
8 TEMPLATE = subdirs
9 SUBDIRS  = src
10