First version. ADHERE service support with label, banner and media ads.
[qtmads] / qtmads.pro
diff --git a/qtmads.pro b/qtmads.pro
new file mode 100644 (file)
index 0000000..aa844bd
--- /dev/null
@@ -0,0 +1,13 @@
+# Copyright (c) 2009 Eetu Lehmusvuo.
+
+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 \
+               src/ADHERE \
+               src/SOMA \
+               qtmadsexample