icefox / qautotestgenerator

A tool to generate autotest stubs for QTestLib and Qt classes

This URL has Read+Write access

AlekSi (author)
Wed Jul 08 10:56:19 -0700 2009
commit  03c2331eaede23811d50c185e80f9be1fc54fecd
tree    08bf70191ed4c63963f6f89b8987c517f2cb5c21
parent  fec659409131f3ee816b43198d1fab16efe60e7a
qautotestgenerator / qautotestgenerator.pro
100644 9 lines (7 sloc) 0.21 kb
1
2
3
4
5
6
7
8
9
QMAKEVERSION = $$[QMAKE_VERSION]
ISQT4 = $$find(QMAKEVERSION, ^[2-9])
isEmpty( ISQT4 ) {
error("Use the qmake include with Qt4.4 or greater, on Debian that is qmake-qt4");
}
 
TEMPLATE = subdirs
SUBDIRS = src/