Commit 7873cabde93e1141c2a972466250a7ad6ad5ec1a
- Diff rendering mode:
- inline
- side by side
src/qtcreatorplugin.pri
(2 / 1)
|   | |||
| 23 | 23 | copy2build.CONFIG += no_link | |
| 24 | 24 | QMAKE_EXTRA_COMPILERS += copy2build | |
| 25 | 25 | ||
| 26 | TARGET = $$qtLibraryTarget($$TARGET) | ||
| 27 | 26 | ||
| 28 | 27 | macx { | |
| 29 | 28 | QMAKE_LFLAGS_SONAME = -Wl,-install_name,@executable_path/../PlugIns/$${PROVIDER}/ | |
| … | … | ||
| 47 | 47 | pluginspec.path = /$$IDE_LIBRARY_BASENAME/qtcreator/plugins/$$PROVIDER | |
| 48 | 48 | INSTALLS += target pluginspec | |
| 49 | 49 | } | |
| 50 | |||
| 51 | TARGET = $$qtLibraryTarget($$TARGET) |

