fixed bug for compiling on macosx

--HG--
branch : develop
This commit is contained in:
MitSchoko 2014-11-19 04:10:57 +01:00
parent db0333987b
commit b929a3e735

View File

@ -305,21 +305,23 @@ macx{
TRANSLATION_nl_NL.path = "$$RESOURCES_DIR/translations/nl_NL.lproj" TRANSLATION_nl_NL.path = "$$RESOURCES_DIR/translations/nl_NL.lproj"
QMAKE_BUNDLE_DATA += TRANSLATION_nl_NL QMAKE_BUNDLE_DATA += TRANSLATION_nl_NL
} }
frameworks.path = $$FRAMEWORKS_DIR qmuparser.path = $$FRAMEWORKS_DIR
frameworks.files += $$files($${OUT_PWD}/../libs/qmuparser/$${DESTDIR}/*) qmuparser.files = $${OUT_PWD}/../libs/qmuparser/$${DESTDIR}/
frameworks.files += $$files($${OUT_PWD}/../libs/vpropertyexplorer/$${DESTDIR}/*) vpropertyexplorer.path = $$FRAMEWORKS_DIR
message( framework files $$frameworks.files ) vpropertyexplorer.files = $${OUT_PWD}/../libs/vpropertyexplorer/$${DESTDIR}/
# logo on macx. # logo on macx.
ICON = ../../dist/Valentina.icns ICON = ../../dist/Valentina.icns
# Copy to bundle standard measurements files # Copy to bundle standard measurements files
standard.path = $$RESOURCES_DIR/tables/standard/ standard.path = $$RESOURCES_DIR/tables/standard/
standard.files = $$INSTALL_STANDARD_MEASHUREMENTS standard.files = $$INSTALL_STANDARD_MEASHUREMENTS
QMAKE_BUNDLE_DATA += \ QMAKE_BUNDLE_DATA += \
standard \ standard \
frameworks qmuparser \
vpropertyexplorer
} }