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:
parent
fbb7808c7f
commit
461106eb43
6 changed files with 22 additions and 18 deletions
11
promoe.pro
11
promoe.pro
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue