OTHER: Change a Parameter from QDir to QString.

I think this will be needed when I add zipped skin support later
This commit is contained in:
Thomas Frauendorfer 2008-11-02 11:52:49 +01:00
parent fbb7808c7f
commit 461106eb43
6 changed files with 22 additions and 18 deletions

View file

@ -4,6 +4,11 @@ SUBDIRS = lib src
include (config.pri)
target.path = $$BINDIR
target.files = promoe
INSTALLS += target
isEmpty(PREFIX): PREFIX = /usr/local
isEmpty(BINDIR): BINDIR = $$PREFIX/bin
message ( "Install path set to:" $$PREFIX )
binarys.path = $$BINDIR
binarys.files = promoe
INSTALLS += binarys