Initial commit
[qquiz] / src / src.pro
diff --git a/src/src.pro b/src/src.pro
new file mode 100644 (file)
index 0000000..17bfeb5
--- /dev/null
@@ -0,0 +1,50 @@
+######################################################################
+# Automatically generated by qmake (2.01a) ven. janv. 29 19:13:59 2010
+######################################################################
+
+TEMPLATE = app
+TARGET = qquiz
+DEPENDPATH += . src
+INCLUDEPATH += .
+
+CONFIG += qt
+# CONFIG += debug
+# Input
+HEADERS += quiz.h
+SOURCES += main.cpp quiz.cpp
+
+  unix {
+    #VARIABLES
+    isEmpty(PREFIX) {
+        PREFIX = /usr/local
+  }
+
+DATADIR =$$PREFIX/share
+PKGDATADIR = $$DATADIR/$${TARGET}
+
+DEFINES += DATADIR=\"$$DATADIR\" PKGDATADIR=\\\"$$PKGDATADIR\\\"
+
+BINDIR = $$PREFIX/bin
+
+#MAKE INSTALL
+
+INSTALLS += target desktop iconxpm icon26 icon48 icon64
+
+  target.path =$$BINDIR
+
+  desktop.path = $$DATADIR/applications/hildon
+  desktop.files += $${TARGET}.desktop
+
+  iconxpm.path = $$DATADIR/pixmap
+  iconxpm.files += ../data/maemo/$${TARGET}.xpm
+
+  icon26.path = $$DATADIR/icons/hicolor/26x26/apps
+  icon26.files += ../data/26x26/$${TARGET}.png
+
+  icon48.path = $$DATADIR/icons/hicolor/48x48/apps
+  icon48.files += ../data/48x48/$${TARGET}.png
+
+  icon64.path = $$DATADIR/icons/hicolor/64x64/apps
+  icon64.files += ../data/64x64/$${TARGET}.png
+
+  }