For making app bundle tape must exist before valentina.app will be created.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-11-16 12:36:41 +02:00
parent 5eed97c640
commit e0c98476ca

View file

@ -1,4 +1,8 @@
TEMPLATE = subdirs
SUBDIRS = \
valentina \
tape
tape \
valentina
macx{# For making app bundle tape must exist before valentina.app will be created
valentina.depends = tape
}