First commit
[jenirok] / jenirok.pro
diff --git a/jenirok.pro b/jenirok.pro
new file mode 100644 (file)
index 0000000..2ebbf98
--- /dev/null
@@ -0,0 +1,8 @@
+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/gui src/daemon