Merged in nauck/valentina/feature (pull request #95)

Make 'V' in "Valentina" upper case on osx

--HG--
branch : develop
This commit is contained in:
Roman Telezhinskyi 2016-01-12 01:21:46 +02:00
commit 2ecc8b944e

View File

@ -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