From db0333987b0bc26bf93d8b95ec7c8b37faf55bc8 Mon Sep 17 00:00:00 2001 From: MitSchoko Date: Fri, 7 Nov 2014 09:25:53 +0100 Subject: [PATCH] Fixed bugs to .pro file see link below for detailed dicussion. https://bitbucket.org/dismine/valentina/pull-request/34/build-process-now-creates-propper-app/diff --HG-- branch : develop --- src/app/app.pro | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/app.pro b/src/app/app.pro index 1d5f9af6b..87857f750 100644 --- a/src/app/app.pro +++ b/src/app/app.pro @@ -233,7 +233,7 @@ macx{ # Some macx stuff QMAKE_MAC_SDK = macosx - QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7 + QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6 # Path to resources in app bundle RESOURCES_DIR = "Contents/Resources" FRAMEWORKS_DIR = "Contents/Frameworks" @@ -310,7 +310,7 @@ macx{ frameworks.files += $$files($${OUT_PWD}/../libs/vpropertyexplorer/$${DESTDIR}/*) message( framework files $$frameworks.files ) # logo on macx. - ICON = share/resources/icon/64x64/icon64x64.ico + ICON = ../../dist/Valentina.icns # Copy to bundle standard measurements files @@ -319,7 +319,6 @@ macx{ QMAKE_BUNDLE_DATA += \ standard \ - icons \ frameworks @@ -367,7 +366,6 @@ else:unix: LIBS += -L$${OUT_PWD}/../libs/vpropertyexplorer/$${DESTDIR} -lvproper INCLUDEPATH += $${PWD}/../libs/vpropertyexplorer DEPENDPATH += $${PWD}/../libs/vpropertyexplorer -message( $$[QT_INSTALL_BINS]/macdeployqt $${OUT_PWD}/$${DESTDIR}/$${TARGET} ) # Strip after you link all libaries. CONFIG(release, debug|release){