Log connection state transitions.
[yandex-traffic] / yandex-traffic-core.pri
1 HEADERS += $$PWD/regions.hpp $$PWD/settings.hpp $$PWD/traffic.hpp $$PWD/http_fetcher.hpp $$PWD/connection.hpp $$PWD/devstate.hpp $$PWD/log.hpp
2 SOURCES += $$PWD/regions.cpp $$PWD/settings.cpp $$PWD/traffic.cpp $$PWD/http_fetcher.cpp $$PWD/connection.cpp $$PWD/devstate.cpp $$PWD/log.cpp
3
4 HEADERS += $$PWD/icd2_light.h $$PWD/globals.hpp
5
6 QT += network xml dbus
7 CONFIG += qdbus 
8
9 maemo5 {
10        CONFIG += icd2
11 }
12
13 INCLUDEPATH += $$PWD