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
|
TEMPLATE = app
|
||||||
|
|
||||||
# Name of binary file
|
# Name of binary file
|
||||||
|
macx{
|
||||||
|
TARGET = Valentina
|
||||||
|
} else {
|
||||||
TARGET = valentina
|
TARGET = valentina
|
||||||
|
}
|
||||||
|
|
||||||
# Use out-of-source builds (shadow builds)
|
# Use out-of-source builds (shadow builds)
|
||||||
CONFIG -= debug_and_release debug_and_release_target
|
CONFIG -= debug_and_release debug_and_release_target
|
||||||
|
|
Loading…
Reference in New Issue
Block a user