Wrappers for QMaemo5ValueButton to debug settings dialog standalone.
[yandex-traffic] / yandex-traffic-gui.pri
index 5aed1d4..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
 
-QT += network xml maemo5
+!maemo5 {
+        HEADERS += $$PWD/QtMaemo5Adapters.hpp
+        SOURCES += $$PWD/QtMaemo5Adapters.cpp
+}
+
+QT += network xml
+
+maemo5 {
+       QT += maemo5
+}
 
 INCLUDEPATH += $$PWD