Skip to content
Snippets Groups Projects
Commit 7873cabd authored by dt's avatar dt
Browse files

Fix pluginspec on windows

Reported on IRC
Reviewed-By: hjk
parent ad95e337
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,6 @@ copy2build.name = COPY ${QMAKE_FILE_IN}
copy2build.CONFIG += no_link
QMAKE_EXTRA_COMPILERS += copy2build
TARGET = $$qtLibraryTarget($$TARGET)
macx {
QMAKE_LFLAGS_SONAME = -Wl,-install_name,@executable_path/../PlugIns/$${PROVIDER}/
......@@ -48,3 +47,6 @@ CONFIG += plugin plugin_with_soname
pluginspec.path = /$$IDE_LIBRARY_BASENAME/qtcreator/plugins/$$PROVIDER
INSTALLS += target pluginspec
}
TARGET = $$qtLibraryTarget($$TARGET)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment