moved the source back to src
[simple-xmbc-rem] / src / simplexbmcremote.pro
diff --git a/src/simplexbmcremote.pro b/src/simplexbmcremote.pro
new file mode 100644 (file)
index 0000000..b35e480
--- /dev/null
@@ -0,0 +1,50 @@
+# 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
+
+maemo5 {
+    message(Compiling for Maemo)
+    QT += maemo5
+    DEFINES += Q_WS_MAEMO_5
+} else {
+    CONFIG += link_pkgconfig
+    PKGCONFIG += gtk+-2.0 libnotify
+}
+
+# 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 = simplexbmcremote
+
+SOURCES += main.cpp mainwindow.cpp \
+    setupdialog.cpp \
+    xbmc.cpp \
+    genericnotify.cpp
+HEADERS += mainwindow.h \
+    setupdialog.h \
+    constants.h \
+    xbmc.h \
+    genericnotify.h
+FORMS += mainwindow.ui \
+    setupdialog.ui
+
+# Please do not modify the following two lines. Required for deployment.
+include(deployment.pri)
+qtcAddDeployment()
+
+RESOURCES += \
+    simplexbmcremote.qrc