promoe/promoe.pro
Thomas Frauendorfer 8e56a75261 OTHER: add desktop file and disable current icon in promoe
I have no idea who created icon.png and tru can't remember.
So the desktop file uses the xmms2 icon if it's available
2009-08-25 00:22:58 +02:00

22 lines
376 B
INI

TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = lib src
include (config.pri)
message ( "Install prefix set to:" $$PREFIX )
binary.path = $$BINDIR
binary.files = promoe
INSTALLS += binary
unix: {
manpages1.path = $$MANDIR/man1
manpages1.files = promoe.1
INSTALLS += manpages1
desktop.path = $$PREFIX/share/applications
desktop.files = promoe.desktop
INSTALLS += desktop
}