First Commit 0.1 debianized
[googlelatitude] / googlelatitude.pro
diff --git a/googlelatitude.pro b/googlelatitude.pro
new file mode 100644 (file)
index 0000000..0541317
--- /dev/null
@@ -0,0 +1,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
+