# Add files and directories to ship with the application # by adapting the examples below. # file1.source = myfile # dir1.source = mydir DEPLOYMENTFOLDERS = # file1 dir1 # Avoid auto screen rotation #DEFINES += ORIENTATIONLOCK # Needs to be defined for Symbian #DEFINES += NETWORKACCESS symbian:TARGET.UID3 = 0xE5123A52 CONFIG += mobility MOBILITY = systeminfo 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