Do not cache settings.
[yandex-traffic] / yandex-traffic-gui.pri
index 7973229..72bf043 100644 (file)
@@ -1,6 +1,15 @@
 HEADERS += $$PWD/mainwidget.hpp $$PWD/light.hpp $$PWD/settingsDialog.hpp
 SOURCES += $$PWD/mainwidget.cpp $$PWD/light.cpp $$PWD/settingsDialog.cpp
 
+!maemo5 {
+        HEADERS += $$PWD/QtMaemo5Adapters.hpp
+        SOURCES += $$PWD/QtMaemo5Adapters.cpp
+}
+
 QT += network xml
 
+maemo5 {
+       QT += maemo5
+}
+
 INCLUDEPATH += $$PWD