2010-07-29 17:28:28 +02:00
|
|
|
# Add more folders to ship with the application, here
|
2010-07-15 11:58:37 +02:00
|
|
|
# DEPLOYMENTFOLDERS #
|
2010-07-29 17:28:28 +02:00
|
|
|
folder_01.source = qml/app
|
|
|
|
|
folder_01.target = qml
|
|
|
|
|
DEPLOYMENTFOLDERS = folder_01
|
|
|
|
|
# DEPLOYMENTFOLDERS_END #
|
2010-07-15 11:58:37 +02:00
|
|
|
|
|
|
|
|
# Avoid auto screen rotation
|
|
|
|
|
# ORIENTATIONLOCK #
|
|
|
|
|
DEFINES += ORIENTATIONLOCK
|
|
|
|
|
|
|
|
|
|
# Needs to be defined for Symbian
|
|
|
|
|
# NETWORKACCESS #
|
|
|
|
|
DEFINES += NETWORKACCESS
|
|
|
|
|
|
2010-07-29 17:28:28 +02:00
|
|
|
# TARGETUID3 #
|
|
|
|
|
symbian:TARGET.UID3 = 0xE1111234
|
|
|
|
|
|
2010-08-11 12:07:57 +02:00
|
|
|
symbian:ICON = cpp/symbianicon.svg
|
|
|
|
|
|
2010-08-09 12:13:20 +02:00
|
|
|
# Define to enable the Qml Inspector in debug mode
|
|
|
|
|
# QMLINSPECTOR #
|
|
|
|
|
#DEFINES += QMLINSPECTOR
|
|
|
|
|
|
2010-08-20 19:57:39 +02:00
|
|
|
SOURCES += cpp/main.cpp
|
|
|
|
|
|
2010-08-09 14:20:13 +02:00
|
|
|
include($$PWD/qmlapplication.pri)
|