qtmobility/examples/todotool/todotool.pro
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
--- a/qtmobility/examples/todotool/todotool.pro	Fri Apr 16 15:51:22 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-TEMPLATE = app
-TARGET = todotool
-INCLUDEPATH += ../../src/serviceframework
-
-include(../examples.pri)
-
-QT += gui
-
-# Input 
-HEADERS += todotool.h
-SOURCES += todotool.cpp \
-           main.cpp
-
-CONFIG += mobility
-MOBILITY = serviceframework
-
-RESOURCES += resource.qrc
-
-win32 {
-    FORMS += todotool.ui
-}
-
-unix: {
-    linux-*: {
-        FORMS += todotool.ui
-    }
-
-    mac: {
-        FORMS += todotool.ui
-    }
-}
-
-symbian {
-    addFiles.sources = ../notesmanagerplugin/notesmanagerservice.xml
-    addFiles.path = xmldata
-    DEPLOYMENT += addFiles
-
-    TARGET.CAPABILITY = ALL -TCB
-    FORMS += todotool.ui #change to todotool_s60.ui
-}