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 = trunk check.target = check check.CONFIG = recursive check.recurse = trunk rename_plugins.commands = ./rename-plugins "lib/mdictionary" QMAKE_EXTRA_TARGETS += check rename_plugins