Add install target. promoe is installed to /usr/local/bin

The install path is fixed for now (to modify change config.pri).
This commit is contained in:
Thomas Frauendorfer 2008-03-11 17:03:28 +01:00
parent 4b90120888
commit 88b8ab8683
2 changed files with 8 additions and 0 deletions

View file

@ -2,3 +2,8 @@ TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = lib src
include (config.pri)
target.path = $$BINDIR
target.files = promoe
INSTALLS += target