# 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 QT += network symbian:TARGET.UID3 = 0xED8FBFF1 # If your application uses the Qt Mobility libraries, uncomment # the following lines and add the respective components to the # MOBILITY variable. # CONFIG += mobility # MOBILITY += TARGET = xbmcnetmoviesremote SOURCES += main.cpp mainwindow.cpp \ setupdialog.cpp \ xbmc.cpp HEADERS += mainwindow.h \ setupdialog.h \ constants.h \ xbmc.h FORMS += mainwindow.ui \ setupdialog.ui # Please do not modify the following two lines. Required for deployment. include(deployment.pri) qtcAddDeployment()