Merged in nauck/valentina/feature (pull request #95)
Make 'V' in "Valentina" upper case on osx --HG-- branch : develop
This commit is contained in:
commit
2ecc8b944e
|
@ -17,7 +17,11 @@ QT += core gui widgets xml svg printsupport xmlpatterns
|
|||
TEMPLATE = app
|
||||
|
||||
# Name of binary file
|
||||
TARGET = valentina
|
||||
macx{
|
||||
TARGET = Valentina
|
||||
} else {
|
||||
TARGET = valentina
|
||||
}
|
||||
|
||||
# Use out-of-source builds (shadow builds)
|
||||
CONFIG -= debug_and_release debug_and_release_target
|
||||
|
|
Loading…
Reference in New Issue
Block a user