build in linux
Unsolved
General and Desktop
-
@Mc6bullet
Are these entries you have created yourself, or something from Qt? If from Qt then presumably something needs configuring to use Linux commands instead.If your own: in a Windows Command Prompt type
xcopy /?
to understand its existing usage. Then translate to the equivalent in Linux. I would suggest you might need to usercp
, or perhapscp -r
will suffice. Useman rcp
orman cp
to see their usages.