2010-10-08 13:33:10 +02:00
|
|
|
# Add files and directories to ship with the application
|
|
|
|
|
# by adapting the examples below.
|
|
|
|
|
# file1.source = myfile
|
|
|
|
|
# dir1.source = mydir
|
|
|
|
|
DEPLOYMENTFOLDERS = # file1 dir1
|
2010-05-28 17:10:03 +02:00
|
|
|
|
2010-10-08 13:33:10 +02:00
|
|
|
# Avoid auto screen rotation
|
|
|
|
|
#DEFINES += ORIENTATIONLOCK
|
2010-05-28 17:10:03 +02:00
|
|
|
|
2010-10-08 13:33:10 +02:00
|
|
|
# Needs to be defined for Symbian
|
|
|
|
|
#DEFINES += NETWORKACCESS
|
2010-05-28 17:10:03 +02:00
|
|
|
|
2010-10-08 13:33:10 +02:00
|
|
|
symbian:TARGET.UID3 = 0xE5123A52
|
2010-05-28 17:10:03 +02:00
|
|
|
|
|
|
|
|
CONFIG += mobility
|
|
|
|
|
MOBILITY = systeminfo
|
|
|
|
|
|
2010-10-08 13:33:10 +02:00
|
|
|
SOURCES += main.cpp mainwindow.cpp
|
|
|
|
|
HEADERS += mainwindow.h
|
|
|
|
|
FORMS += mainwindow.ui
|
|
|
|
|
|
|
|
|
|
# Please do not modify the following two lines. Required for deployment.
|
|
|
|
|
include(deployment.pri)
|
|
|
|
|
qtcAddDeployment()
|
|
|
|
|
|
|
|
|
|
OTHER_FILES += \
|
|
|
|
|
debian/changelog \
|
|
|
|
|
debian/compat \
|
|
|
|
|
debian/control \
|
|
|
|
|
debian/copyright \
|
|
|
|
|
debian/README \
|
|
|
|
|
debian/rules
|