Splashscreen ad support. Wait dialog for ad click/browser start.
[qtmads] / qtmads.pro
1 # Copyright (c) 2009 Eetu Lehmusvuo.
2
3 QMAKEVERSION = $$[QMAKE_VERSION]
4 ISQT4 = $$find(QMAKEVERSION, ^[2-9])
5 isEmpty( ISQT4 ) {
6   error("Use the qmake include with Qt4.4 or greater, on Debian that is qmake-qt4");
7 }
8
9 TEMPLATE = subdirs
10 SUBDIRS  = src \
11                 src/ADHERE \
12                 src/SOMA \
13                 qtmadsexample