promoe/promoe.pro
Thomas Frauendorfer 88b8ab8683 Add install target. promoe is installed to /usr/local/bin
The install path is fixed for now (to modify change config.pri).
2008-03-11 17:03:28 +01:00

9 lines
142 B
Prolog

TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = lib src
include (config.pri)
target.path = $$BINDIR
target.files = promoe
INSTALLS += target