1ec011401139dadde6c57184cfac9ac48b189f9e
[ameter] / ameter.pro
1 CONFIG += mobility qdbus
2 MOBILITY += sensors
3
4 SOURCES += main.cpp \
5     mainwindow.cpp \
6     ameterwidget.cpp \
7     asettings.cpp \
8     about.cpp
9
10 HEADERS += mainwindow.h \
11     ameterwidget.h \
12     asettings.h \
13     about.h
14
15 FORMS +=
16
17 unix {
18     isEmpty(PREFIX) {
19         PREFIX = /usr
20     }
21     INSTALLS += target desktop icon64
22
23     target.path = $$PREFIX/bin
24
25     desktop.path = $$PREFIX/share/applications/hildon
26     desktop.files += ameter.desktop
27
28     icon64.path = $$PREFIX/share/icons/hicolor/64x64/apps
29     icon64.files = ameter.png
30 }
31