OTHER: move togglePlaytime to Application class and some other small fixes
This commit is contained in:
parent
461106eb43
commit
786b745d55
17 changed files with 59 additions and 45 deletions
10
promoe.pro
10
promoe.pro
|
@ -4,11 +4,9 @@ SUBDIRS = lib src
|
|||
|
||||
include (config.pri)
|
||||
|
||||
isEmpty(PREFIX): PREFIX = /usr/local
|
||||
isEmpty(BINDIR): BINDIR = $$PREFIX/bin
|
||||
|
||||
message ( "Install path set to:" $$PREFIX )
|
||||
|
||||
binarys.path = $$BINDIR
|
||||
binarys.files = promoe
|
||||
INSTALLS += binarys
|
||||
binary.path = $$BINDIR
|
||||
binary.files = promoe
|
||||
|
||||
INSTALLS += binary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue