X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=woller.pro;fp=woller.pro;h=bcf6ebd5200e4c8965d83c2e667a1adfc6e972b9;hb=8ba9dc45dc1edc6c73a0c746f5c9cd3a2581cf64;hp=95459a42f7c0209ee249999e4994a67977bf065d;hpb=cc6f46050f4f958159c48ea7b1c22c73d2cc3e68;p=woller diff --git a/woller.pro b/woller.pro index 95459a4..bcf6ebd 100644 --- a/woller.pro +++ b/woller.pro @@ -1,7 +1,9 @@ -CONFIG += qt debug +#CONFIG += qt debug +CONFIG += qt QT += network HEADERS += woller.h SOURCES += woller.cpp main.cpp + unix { #VARIABLES isEmpty(PREFIX) { @@ -15,13 +17,11 @@ unix { icons40.files = icons/40x40/woller.png icons64.path = $$PREFIX/share/icons/hicolor/64x64/apps icons64.files = icons/64x64/woller.png - menues.path = $$PREFIX/share/applications + menues.path = $$PREFIX/share/applications/hildon menues.files = woller.desktop docs.path = $$PREFIX/share/doc/woller docs.files = README.txt target.path = $$PREFIX/bin - INSTALLS += target - INSTALLS += icons - INSTALLS += menues - INSTALLS += docs } + +INSTALLS += target icons icons26 icons40 icons64 menues docs