Files
qt-creator/share/qtcreator/templates/qmlapp/app.pro

28 lines
576 B
Prolog
Raw Normal View History

2010-07-29 17:28:28 +02:00
# Add more folders to ship with the application, here
# DEPLOYMENTFOLDERS #
2010-07-29 17:28:28 +02:00
folder_01.source = qml/app
folder_01.target = qml
DEPLOYMENTFOLDERS = folder_01
# DEPLOYMENTFOLDERS_END #
# 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
symbian:ICON = cpp/symbianicon.svg
# Define to enable the Qml Inspector in debug mode
# QMLINSPECTOR #
#DEFINES += QMLINSPECTOR
SOURCES += cpp/main.cpp
include($$PWD/qmlapplication.pri)