Initial import of the code.
[grr] / grr.pro
diff --git a/grr.pro b/grr.pro
new file mode 100644 (file)
index 0000000..0afe2e3
--- /dev/null
+++ b/grr.pro
@@ -0,0 +1,58 @@
+TARGET      = grr
+HEADERS     += googlereader.h feedswindow.h entrieswindow.h contentwindow.h
+SOURCES     += qtmain.cpp googlereader.cpp feedswindow.cpp entrieswindow.cpp contentwindow.cpp
+RESOURCES   += grr.qrc
+FORMS       += 
+LEXSOURCES  += #LEXS#
+YACCSOURCES += #YACCS#
+
+INCLUDEPATH +=
+LIBS        +=
+DEFINES     +=
+
+# All generated files goes same directory
+OBJECTS_DIR = build
+MOC_DIR     = build
+UI_DIR      = build
+
+DESTDIR     = build
+TEMPLATE    = app
+DEPENDPATH  +=
+VPATH       += src
+CONFIG      -= 
+CONFIG      += debug
+QT          = core gui network xml webkit maemo5
+
+#
+# Targets for debian source and binary package creation
+#
+#debian-src.commands = dpkg-buildpackage -S -r -us -uc -d
+debian-src.commands = dpkg-buildpackage -sa -S
+debian-bin.commands = dpkg-buildpackage -b -r -uc -d
+debian-all.depends = debian-src debian-bin
+
+#
+# Clean all but Makefile
+#
+compiler_clean.commands = -$(DEL_FILE) $(TARGET)
+
+QMAKE_EXTRA_TARGETS += debian-all debian-src debian-bin install compiler_clean
+
+
+unix {
+  PREFIX = debian/grr
+  BINDIR = $$PREFIX/opt/grr
+  DATADIR = $$PREFIX/usr/share
+    
+  DEFINES += DATADIR=\"$$DATADIR\" PKGDATADIR=\"$$PKGDATADIR\"
+      
+  INSTALLS += target desktop icon64 
+          
+  target.path = $$BINDIR
+              
+  desktop.path = $$DATADIR/applications/hildon
+  desktop.files += grr.desktop
+                     
+  icon64.path = $$DATADIR/icons/hicolor/64x64/apps
+  icon64.files += grr.png
+}