summaryrefslogtreecommitdiffstats
path: root/weather-qml/build/build.pro
diff options
context:
space:
mode:
Diffstat (limited to 'weather-qml/build/build.pro')
-rwxr-xr-xweather-qml/build/build.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/weather-qml/build/build.pro b/weather-qml/build/build.pro
new file mode 100755
index 0000000..58daaab
--- /dev/null
+++ b/weather-qml/build/build.pro
@@ -0,0 +1,18 @@
+TEMPLATE = app
+
+QT += network xml declarative
+
+maemo5 || unix {
+ TARGET = ../weatherqml
+ RESOURCES += resource_n900.qrc
+}
+
+symbian {
+ TARGET = Weather
+ LIBS += -lesock -lconnmon -lcone -lavkon
+ ICON += ../icons/weatherqml.svg
+ RESOURCES += resource_s60.qrc
+}
+
+HEADERS += mainwindow.h
+SOURCES += main.cpp mainwindow.cpp