Initial: added urpo files!
[urpo] / src / urpo.pro
diff --git a/src/urpo.pro b/src/urpo.pro
new file mode 100644 (file)
index 0000000..a5f0355
--- /dev/null
@@ -0,0 +1,53 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2010-06-11T18:32:51
+#
+#-------------------------------------------------
+
+QT       += core gui
+
+TARGET = urpo
+TEMPLATE = app
+
+
+SOURCES += main.cpp\
+        urpomainwindow.cpp \
+    urpoconnection.cpp \
+    urpoconnectionsettings.cpp \
+    urpoprocess.cpp \
+    urpojob.cpp \
+    printerlistjob.cpp \
+    cerrdebugmonitor.cpp \
+    printwidget.cpp \
+    debugconsole.cpp \
+    settingsdialog.cpp \
+    printjob.cpp
+
+HEADERS  += urpomainwindow.h \
+    urpoconnection.h \
+    urpoconnectionsettings.h \
+    urpoprocess.h \
+    urpojob.h \
+    printerlistjob.h \
+    cerrdebugmonitor.h \
+    printwidget.h \
+    debugconsole.h \
+    settingsdialog.h \
+    printjob.h
+
+CONFIG += mobility
+MOBILITY = 
+
+symbian {
+    TARGET.UID3 = 0xece65166
+    # TARGET.CAPABILITY += 
+    TARGET.EPOCSTACKSIZE = 0x14000
+    TARGET.EPOCHEAPSIZE = 0x020000 0x800000
+}
+
+OTHER_FILES +=
+
+RESOURCES += \
+    urpo.qrc
+
+TRANSLATIONS = urpo_fi.ts