Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qmltermwidget.pro: don't install asset directories twice #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shr-project
Copy link

  • it's already installed by:
    assets.files += $$PLUGIN_ASSETS
    assets.path += $$INSTALL_DIR/$$PLUGIN_IMPORT_PATH
    above, causing:
    Error copying 0.14.1+gitAUTOINC+59f967d5e1-r0/git/lib/kb-layouts/historic/vt100.keytab to 0.14.1+gitAUTOINC+59f967d5e1-r0/image/usr/lib/qml/QMLTermWidget/kb-layouts/historic/vt100.keytab: Destination file exists

Signed-off-by: Martin Jansa [email protected]

* it's already installed by:
  assets.files += $$PLUGIN_ASSETS
  assets.path += $$INSTALL_DIR/$$PLUGIN_IMPORT_PATH
  above, causing:
  Error copying 0.14.1+gitAUTOINC+59f967d5e1-r0/git/lib/kb-layouts/historic/vt100.keytab to 0.14.1+gitAUTOINC+59f967d5e1-r0/image/usr/lib/qml/QMLTermWidget/kb-layouts/historic/vt100.keytab: Destination file exists

Signed-off-by: Martin Jansa <[email protected]>
shr-project referenced this pull request May 16, 2020
Replace QMAKE_POST_LINK with more extensive usage of INSTALLS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant