Merge branch 'master' of ssh://woller-gui.git.sourceforge.net/gitroot/woller-gui...
[woller] / woller.pro
1 CONFIG += qt debug
2 QT += network
3 HEADERS += woller.h
4 SOURCES += woller.cpp main.cpp
5 unix {
6   #VARIABLES
7   isEmpty(PREFIX) {
8     PREFIX = /usr/local
9   }
10   icons.path = $$PREFIX/share/icons/hicolor/scalable/apps
11   icons.files = woller.svg
12   icons26.path = $$PREFIX/share/icons/hicolor/26x26/apps
13   icons26.files = icons/26x26/woller.png
14   icons40.path = $$PREFIX/share/icons/hicolor/40x40/apps
15   icons40.files = icons/40x40/woller.png
16   icons64.path = $$PREFIX/share/icons/hicolor/64x64/apps
17   icons64.files = icons/64x64/woller.png
18   menues.path = $$PREFIX/share/applications
19   menues.files = woller.desktop
20   docs.path = $$PREFIX/share/doc/woller
21   docs.files = README.txt
22   target.path = $$PREFIX/bin
23   INSTALLS += target
24   INSTALLS += icons
25   INSTALLS += menues
26   INSTALLS += docs
27 }