c959dab5e9f150d3ab0cf8ed1d9c6496b3ade338
[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 QT += network maemo5
13
14 symbian:TARGET.UID3 = 0xED8FBFF1
15
16 # If your application uses the Qt Mobility libraries, uncomment
17 # the following lines and add the respective components to the 
18 # MOBILITY variable. 
19 # CONFIG += mobility
20 # MOBILITY +=
21
22 TARGET = xbmcnetmoviesremote
23
24 SOURCES += main.cpp mainwindow.cpp \
25     setupdialog.cpp \
26     json.cpp
27 HEADERS += mainwindow.h \
28     setupdialog.h \
29     constants.h \
30     json.h
31 FORMS += mainwindow.ui \
32     setupdialog.ui
33
34 # Please do not modify the following two lines. Required for deployment.
35 include(deployment.pri)
36 qtcAddDeployment()