Re: [Interest] windeployqt

2019-11-27 Thread Jason H
Many thanks for all those who chimed in! I will give it a shot next week (it's now Thanksgiving holiday in the US)     Sent: Wednesday, November 27, 2019 at 2:33 PM From: "Jakub Narolewski" To: "Jason H" , "interestqt-project.org" Subject: RE: [Interest] windeployqt   I believe that QtCor

Re: [Interest] windeployqt

2019-11-27 Thread Jakub Narolewski
 I believe that QtCore5’s broken sig is due to the funky patching windeployqt does to paths hardcoded in it.I never had problems with it though. It seems like a maybe QML related problem.If you don’t redirect qWarnings / qInfos somewhere you could always use SysInternal’s DebugView to ‘spy’ on debu

Re: [Interest] windeployqt

2019-11-27 Thread Roman Wüger
Hello, try running windeployqt with the -qml or -qmldir option. Works for me. You must pass the qml directory to the Option like %QTDIR%\qml Regards Roman > Am 27.11.2019 um 19:58 schrieb Jason H : > > I tried to use windeployqt to create a QML application directory structure > to run on a s

[Interest] Fwd: windeployqt

2019-11-27 Thread Dmitriy Purgin
Sorry, forwarding this back to the mailing list -- Forwarded message - From: Dmitriy Purgin Date: Wed, Nov 27, 2019 at 8:12 PM Subject: Re: [Interest] windeployqt To: Jason H Hi Jason, which command line arguments did you use in windeployqt, which directory structure does your

[Interest] windeployqt

2019-11-27 Thread Jason H
I tried to use windeployqt to create a QML application directory structure to run on a system without Qt. I placed the resulting directory tree on the system and got nothing. Like I double clicked the .exe and nothing happened. So I went to the command line (cmd.exe) It just gave me the prompt b

Re: [Interest] Removing files/folders in /Applications under macOS

2019-11-27 Thread David M. Cotter
i believe you must provide an "entitlement" for that https://developer.apple.com/library/archive/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/AboutEntitlements.html

Re: [Interest] Removing files/folders in /Applications under macOS

2019-11-27 Thread Roman Wüger
Hello Thiago, At first, thanks for the quick reply. when I run a simple bash script it works when I run it with sudo. When I run my Qt application with sudo, then the removeRecursively() only returns false but do not remove anything. However, I thought that it tries to gain access where dialog

Re: [Interest] Removing files/folders in /Applications under macOS

2019-11-27 Thread Thiago Macieira
On Wednesday, 27 November 2019 04:56:02 PST Roman Wüger wrote: > I’m not able to remove files/dies in /Applications programmatically. Why not? What was the error? Were you running your application as root? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel System So

[Interest] Removing files/folders in /Applications under macOS

2019-11-27 Thread Roman Wüger
Hello, I already tried it with QDir and removeRecursively() but it won’t work under macOS. I’m not able to remove files/dies in /Applications programmatically. Any hints about that? Thanks in advance Regards Roman ___ Interest mailing list Interest@