##// END OF EJS Templates
Modding integrated build for OSX again
Tero Ahola -
r994:96961d029820
parent child
Show More
@@ -61,12 +61,12 integrated_build:{
61 61 !isEmpty (BIN_TARGET_PATH) {
62 62 QMAKE_POST_LINK += install_name_tool -change $$CHARTS_LIB_NAME $$CHART_BUILD_LIB_DIR"/"$$CHARTS_LIB_NAME $$BIN_TARGET_PATH
63 63 # message($$QMAKE_POST_LINK)
64 } else {
65 # Hack to make qml plugins available as internal build versions
66 exists($$CHART_BUILD_PLUGIN_DIR"/lib"$$TARGET".dylib") {
67 QMAKE_POST_LINK += "& $$QMAKE_COPY qmldir $$CHART_BUILD_PLUGIN_DIR"
68 # message($$QMAKE_POST_LINK)
69 }
64 }
65
66 # Hack to make qml plugins available as internal build versions
67 exists($$CHART_BUILD_PLUGIN_DIR"/lib"$$TARGET".dylib") {
68 QMAKE_POST_LINK += " & $$QMAKE_COPY qmldir $$CHART_BUILD_PLUGIN_DIR"
69 message($$QMAKE_POST_LINK)
70 70 }
71 71 }
72 72
General Comments 0
You need to be logged in to leave comments. Login now