--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ftuapplication/ftuapplication.pro Mon Apr 19 14:01:47 2010 +0300
@@ -0,0 +1,70 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description: First Time Use application project file
+#
+
+TEMPLATE = app
+
+TARGET = ftuapplication
+
+win32 {
+ LIBS += -L$$PWD/../../bin/debug
+
+ CONFIG(debug, debug|release) {
+ SUBDIRPART = debug
+ } else {
+ SUBDIRPART = release
+ }
+ DESTDIR = $$PWD/../../bin/$$SUBDIRPART
+}
+
+QT += xml
+
+CONFIG += hb mobility
+MOBILITY = serviceframework
+
+CONFIG += hb
+CONFIG += console
+
+nft:DEFINES += NFT
+
+DEPENDPATH += . \
+ ./inc \
+ ./src
+
+INCLUDEPATH += . \
+ ./inc \
+ ../inc
+
+symbian {
+ TARGET.UID2 = 0x100039CE
+ TARGET.UID3 = 0x20026F95
+ TARGET.CAPABILITY = CAP_APPLICATION AllFiles TrustedUI
+ TARGET.EPOCSTACKSIZE = 0x14000 // 80kB
+ TARGET.EPOCHEAPSIZE = 0x20000 0x1000000 // 128kB - 16MB
+ rom:DEFINES += ROM
+ ICON = resources/ftu_app_icon.svg
+ icon.sources = resources/ftu_app_icon.svg
+ icon.path = /fturesources
+ addFiles.sources += ../translations/ftu_en_US.qm ../translations/ftu_en_GB.qm \
+ ../translations/ftuexamplewizards_en_US.qm ../translations/ftuexamplewizards_en_GB.qm
+ addFiles.path = translations
+ DEPLOYMENT += icon addFiles
+}
+
+win32 {
+include(ftuapplication_installs_win32.pri)
+}
+
+include(ftuapplication.pri)