promoe/promoe.pro
2009-07-10 21:26:29 +02:00

19 lines
282 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
}