c95f8300b4a380455e3f100903ff9e02a6ba45f2
[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     setupdialog.cpp
23 HEADERS += mainwindow.h \
24     setupdialog.h \
25     constants.h
26 FORMS += mainwindow.ui \
27     setupdialog.ui
28
29 # Please do not modify the following two lines. Required for deployment.
30 include(deployment.pri)
31 qtcAddDeployment()