Skip to content

Conversation

@dfaure-kdab
Copy link

@dfaure-kdab dfaure-kdab commented Oct 9, 2020

I was getting errors like
Error copying qmltermwidget/lib/kb-layouts/historic/x11r5.keytab to <qt_prefix>/qml/QMLTermWidget/kb-layouts/historic/x11r5.keytab: Destination file exists

because the * was already copying all of the "historic" subdir in parallel to the
other rule copying historic/* files one by one.

We don't even need to use * at all, better let qmake do the copying of
the whole directory.

I was getting errors like
Error copying qmltermwidget/lib/kb-layouts/historic/x11r5.keytab to <qt_prefix>/qml/QMLTermWidget/kb-layouts/historic/x11r5.keytab: Destination file exists

because the "*" was already copying all of the "historic" subdir in parallel to the
other rule copying historic/* files one by one.

We don't even need to use "*" at all, better let qmake do the copying of
the whole directory.
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.

2 participants