Skip to content
New issue

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

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

Already on GitHub? # to your account

Error copying files when building #4

Open
hosiet opened this issue Aug 12, 2016 · 1 comment
Open

Error copying files when building #4

hosiet opened this issue Aug 12, 2016 · 1 comment

Comments

@hosiet
Copy link

hosiet commented Aug 12, 2016

$ make   
Copying application data...
cp: cannot copy a directory, '/home/hosiet/src-nosync/github/aseman-qt-tools/qml/AsemanTools/', into itself, '/home/hosiet/src-nosync/github/aseman-qt-tools/./qml/AsemanTools/AsemanTools'
Makefile:850: recipe for target 'copydeploymentfolders' failed
make: *** [copydeploymentfolders] Error 1

Platform: Ubuntu 16.04 / Debian unstable

The full build log can be found at https://paste.kde.org/p3n1n110n .

@hosiet
Copy link
Author

hosiet commented Aug 12, 2016

!win32-msvc* {
        include (qmake/copyData.pri)
        copyData ()
    }

Problem lies here. The building instruction looks bad, and it is dirty to create a fixed building directory. Removing those lines makes qmake && make && make install-style instruction ("dh_auto_configure, dh_auto_build") to work.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant