# 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 = 0xECDDA32D TARGET.CAPABILITY = Location } # If your application uses the Qt Mobility libraries, uncomment # the following lines and add the respective components to the # MOBILITY variable. CONFIG += mobility MOBILITY += location QT += dbus contains(QT_CONFIG, opengl): QT += opengl SOURCES += \ src/satelliteviewwindow.cpp \ src/satelliteview.cpp \ src/mainwindow.cpp \ src/main.cpp \ src/satellitesignalstrength.cpp \ src/gpscompasswindow.cpp \ src/compass.cpp HEADERS += \ src/satelliteviewwindow.h \ src/satelliteview.h \ src/mainwindow.h \ src/satellitesignalstrength.h \ src/gpscompasswindow.h \ src/compass.h FORMS += symbian { SOURCES += src/satellitesignalstrengthwindow.cpp HEADERS += src/satellitesignalstrengthwindow.h } # Please do not modify the following two lines. Required for deployment. include(deployment.pri) qtcAddDeployment()