Initial commit.
[simple-xmbc-rem] / src / xbmcnetmoviesremote.pro
1 # Add files and directories to ship with the application 
2 # by adapting the examples below.
3 # file1.source = myfile
4 # dir1.source = mydir
5 DEPLOYMENTFOLDERS = # file1 dir1
6
7 # Avoid auto screen rotation
8 #DEFINES += ORIENTATIONLOCK
9
10 # Needs to be defined for Symbian
11 #DEFINES += NETWORKACCESS
12
13 symbian:TARGET.UID3 = 0xED8FBFF1
14
15 # If your application uses the Qt Mobility libraries, uncomment
16 # the following lines and add the respective components to the 
17 # MOBILITY variable. 
18 # CONFIG += mobility
19 # MOBILITY +=
20
21 SOURCES += main.cpp mainwindow.cpp
22 HEADERS += mainwindow.h
23 FORMS += mainwindow.ui
24
25 # Please do not modify the following two lines. Required for deployment.
26 include(deployment.pri)
27 qtcAddDeployment()