CONFIG += mobility qdbus MOBILITY += sensors QT += dbus SOURCES += main.cpp \ mainwindow.cpp \ ameterwidget.cpp \ asettings.cpp \ about.cpp HEADERS += mainwindow.h \ ameterwidget.h \ asettings.h \ about.h FORMS += unix { isEmpty(PREFIX) { PREFIX = /usr } INSTALLS += target desktop icon64 target.path = $$PREFIX/bin desktop.path = $$PREFIX/share/applications/hildon desktop.files += ameter.desktop icon64.path = $$PREFIX/share/icons/hicolor/64x64/apps icon64.files = ameter.png }