Hello,
I’m trying to deploy my application on Windows ARM64 by cross-compiling it on
my x64 machine. I was able to compile the program successfully, but couldn’t
find windeployqt.exe inside C:\Qt\6.2.4\msvc2019_arm64. Is there a way to use
windeployqt when deploying on Windows ARM64?
Best,
Dalj
https://bugreports.qt.io/browse/QTBUG-80548
> Sent: Wednesday, December 04, 2019 at 3:39 PM
> From: "Jérôme Godbout"
> To: "Jason H" , "Roman Wüger"
> Cc: "interestqt-project.org"
> Subject: RE: [Interest] windeployqt
>
> That would
the auto scan of .qrc
-Original Message-
From: Interest On Behalf Of Jason H
Sent: December 4, 2019 11:47 AM
To: "Roman Wüger"
Cc: interestqt-project.org
Subject: Re: [Interest] windeployqt
> Sent: Wednesday, November 27, 2019 at 2:16 PM
> From: "Roman Wüger&qu
Am 04.12.19 um 17:46 schrieb Jason H:
>
>> Sent: Wednesday, November 27, 2019 at 2:16 PM
>> From: "Roman Wüger"
>> To: "Jason H"
>> Cc: "interestqt-project.org"
>> Subject: Re: [Interest] windeployqt
>>
>> Hello,
> Sent: Wednesday, November 27, 2019 at 2:16 PM
> From: "Roman Wüger"
> To: "Jason H"
> Cc: "interestqt-project.org"
> Subject: Re: [Interest] windeployqt
>
> Hello,
>
> try running windeployqt with the -qml or -qmldir option. Works f
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
debug outputs of the system and see if internal QML loader and / or parser spits something. Narolewski Jakub From: Jason HSent: 27 November 2019 19:57To: interestqt-project.orgSubject: [Interest] windeployqt I tried to use windeployqt to create a QML application directory structure to run on a system
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
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
Hi,
is there any cache system done somewhere, I was trying to do a deploy into a
folder, at first I forgot to do the -qmldir argument and run it. It did gather
the Qt library without the qml part which is normal, then I did erase the
resulting folder and rerun the command with the -qmldir but it
thx, good to know
11 août 2018 03:17 "Nikos Chantziaras" a écrit:
> On 10/08/18 19:39, jagernico...@legtux.org wrote:
>
>> I built a project on win7 and I have to deploy this application on a > win10
>> computer over
>> internet. Is it possible to run windeployqt.exe for > an application built
On 10/08/18 19:39, jagernico...@legtux.org wrote:
I built a project on win7 and I have to deploy this application on a
win10 computer over internet. Is it possible to run windeployqt.exe for
an application built with msvc2017_64 and to ship all dlls for win10 ?
otherwise, do I have to build the
If you are not deploying your app to Windows Store, the version that works for
Windows 7 will work fine on Windows 10 as long as the required .dll files are
copied along and the target machine is also x64. If you already ran windeployqt
on the Windows 7 version of your app, you don’t even have t
Hi,
I built a project on win7 and I have to deploy this application on a win10
computer over internet. Is it possible to run windeployqt.exe for an
application built with msvc2017_64 and to ship all dlls for win10 ?
otherwise, do I have to build the application on windows 10 ?
regards,
//nicoo
_
Hi,
On 14/12/2017 14:54, Nuno Santos wrote:
Robert,
I believe that windeployqt will only search for imports on qml files. You can
trick it by specifying a path that contains one or several qml files that
contains all the imports that you need.
Regards,
--
Nuno Santos
No dia 14/12/2017, às
Robert,
I believe that windeployqt will only search for imports on qml files. You can
trick it by specifying a path that contains one or several qml files that
contains all the imports that you need.
Regards,
--
Nuno Santos
No dia 14/12/2017, às 13:36, Robert Bielik escreveu:
> We have a pr
We have a project with several QML directories, can windeployqt be fed several
--qmldir options ?
Regards
/Robert
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
Hi Damien,
Have a look at the "--qmldir " option ("windeployqt --help"
to display all available options). The given directory will be scanned
for QML dependencies.
BR,
Benjamin
2016-04-02 20:59 GMT+02:00 Damien Courtois :
> Hi there,
>
> I have a lot of trouble finding informations about this,
Indeed you need to set --qmldir to use your source directory.
Regards,
Benjamin
2016-04-04 15:57 GMT+02:00 Damien Courtois :
> Hi,
>
> Thanks, but as I said, my qml files are compiled into the executable (via a
> .qrc file) so the --qmldir option won't help.
> But I found out that it's not suppo
Hi,
Thanks, but as I said, my qml files are compiled into the executable (via a
.qrc file) so the --qmldir option won't help.
But I found out that it's not supported. I can't find the link of the page
back (it's really well hidden ...) but windeployqt uses another small tool
to find qml dependenci
> -Original Message-
> From: Interest [mailto:interest-
> bounces+kai.koehne=theqtcompany@qt-project.org] On Behalf Of
> Damien Courtois
> Sent: Saturday, April 02, 2016 8:59 PM
> To: interest@qt-project.org
> Subject: [Interest] windeployqt and embedeed QML
Hi there,
I have a lot of trouble finding informations about this, but if I missed
the obvious one, in advance sorry for that.
My problem is that I have a Qml application, but all the Qml files are
embedded in the executable through a .qrc file.
And when I use windeployqt, it doesn't seem to copy
22 matches
Mail list logo