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
|
@ -1,4 +1,10 @@
|
|||
DEFINES += PROMOE_VERSION="\"\\\"0.1-dev\\\"\""
|
||||
|
||||
isEmpty(PREFIX): PREFIX = /usr/local
|
||||
isEmpty(BINDIR): BINDIR = $$PREFIX/bin
|
||||
isEmpty(DATADIR): DATADIR = $$PREFIX/share/promoe
|
||||
|
||||
DEFINES += DATADIR="\"\\\"$$DATADIR\\\"\""
|
||||
|
||||
DEPENDPATH += $PWD/src $PWD/lib
|
||||
INCLUDEPATH += $$PWD/src $$PWD/lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue