Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
7873cabd
Commit
7873cabd
authored
Sep 08, 2010
by
dt
Browse files
Fix pluginspec on windows
Reported on IRC Reviewed-By: hjk
parent
ad95e337
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/qtcreatorplugin.pri
View file @
7873cabd
...
...
@@ -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)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment