Re: [Interest] Odd behaviour when organizing .qml files into folders

2019-02-25 Thread Christian Kandeler
On Fri, 22 Feb 2019 18:59:16 +0100 m...@herrdiel.de wrote: > Am 18.02.2019 um 09:29 schrieb Christian Kandeler: > > I suggest the opposite: Don't have a qrc file at all, but let qmake > > auto-generate it by adding the qml files directly to RESOURCES. > > Wow, that's interesting! I've tried that

Re: [Interest] Odd behaviour when organizing .qml files into folders

2019-02-22 Thread Jérôme Godbout
a example of what it look like: [cid:image002.png@01D4CAB8.07741BB0] From: Interest On Behalf Of m...@herrdiel.de Sent: February 22, 2019 12:59 PM To: interest@qt-project.org Subject: Re: [Interest] Odd behaviour when organizing .qml files into folders Thanks everyone for time, attention

Re: [Interest] Odd behaviour when organizing .qml files into folders

2019-02-22 Thread mail
Thanks everyone for time, attention and effort! Am 18.02.2019 um 09:29 schrieb Christian Kandeler: > I suggest the opposite: Don't have a qrc file at all, but let qmake > auto-generate it by adding the qml files directly to RESOURCES. Wow, that's interesting! I've tried that out for starters.

Re: [Interest] Odd behaviour when organizing .qml files into folders

2019-02-21 Thread Mitch Curtis
> -Original Message- > From: Interest On Behalf Of Christian > Kandeler > Sent: Tuesday, 19 February 2019 9:42 AM > To: interest@qt-project.org > Subject: Re: [Interest] Odd behaviour when organizing .qml files into folders > > On Mon, 18 Feb 2019 15:01:47 -050

Re: [Interest] Odd behaviour when organizing .qml files into folders

2019-02-19 Thread Christian Kandeler
On Mon, 18 Feb 2019 15:01:47 -0500 Furkan Üzümcü wrote: > That is a great advice. I didn't know RESOURCES generated a qrc file. I can't > find anything in the documentation, it just shows that you add the qrc file > to RESOURCES. I came across an alternative to generate the qrc file with a >

Re: [Interest] Odd behaviour when organizing .qml files into folders

2019-02-18 Thread Furkan Üzümcü
That is a great advice. I didn't know RESOURCES generated a qrc file. I can't find anything in the documentation, it just shows that you add the qrc file to RESOURCES. I came across an alternative to generate the qrc file with a qmake rule though. Can you perhaps share an example? I'd love to

Re: [Interest] Odd behaviour when organizing .qml files into folders

2019-02-18 Thread Christian Kandeler
On Sun, 17 Feb 2019 21:19:10 -0500 Furkan Üzümcü wrote: > I think it would be more helpful If we see your .pro file as well. But I'll > tell you what I can say from what I understand. > > Qt Creator displays the files inside arc file in the project tree as well. > So, I don't think you need

Re: [Interest] Odd behaviour when organizing .qml files into folders

2019-02-17 Thread Jérôme Godbout
, February 17, 2019 5:42 AM To: interest@qt-project.org Subject: [Interest] Odd behaviour when organizing .qml files into folders Hi, in order to keep a big project organized I understand that it is good practice to have a structure of folders, each containing a bunch of code files that belong

Re: [Interest] Odd behaviour when organizing .qml files into folders

2019-02-17 Thread Furkan Üzümcü
I think it would be more helpful If we see your .pro file as well. But I'll tell you what I can say from what I understand. Qt Creator displays the files inside arc file in the project tree as well. So, I don't think you need to add the QML files to DISTFILES too. If you remove them from there

[Interest] Odd behaviour when organizing .qml files into folders

2019-02-17 Thread mail
Hi, in order to keep a big project organized I understand that it is good practice to have a structure of folders, each containing a bunch of code files that belong  together. There must be a proper name for that, maybe "project tree" or "code hierarchy" - I don't know (I am almost totally