[QBS] Dynamic libraries built with qmake

2015-05-08 Thread Lars Ivar Igesund
Hi, I'm in the process of converting a largish QMake based project to QBS. Part of the project are two 3rd party libraries that we have to build ourselves, but that comes with .pro files. With QMake this was very simple, just subdirs them, but with QBS things are a bit more cumbersome. What I hav

Re: [QBS] Dynamic libraries built with qmake

2015-05-12 Thread Lars Ivar Igesund
On Fri, May 8, 2015 at 5:09 PM Christian Kandeler < christian.kande...@theqtcompany.com> wrote: > On 05/08/2015 03:43 PM, Lars Ivar Igesund wrote: > > Hi, > > > > I'm in the process of converting a largish QMake based project to QBS. > > Part of the proje

[QBS] Unpacking an archive

2015-05-12 Thread Lars Ivar Igesund
I now generate the outputFileTags? First is that it would be better to generate this list together with the artifact list, and second I would want to query qbs for tags that it knows (e.g. header files or .so files). Best regards, Lars Ivar Igesund ___ QBS ma

Re: [QBS] Linking inter-dependent libraries using gcc

2015-08-08 Thread Lars Ivar Igesund
rsonally,I always put this high on the list of general requirements for my software. Best regards, Lars Ivar Igesund On Fri, Aug 7, 2015 at 6:44 PM Ilya Lyubimov wrote: > Hi, > I'm trying to link inter-dependent libraries, but as qbs merges the list > of libraries it seems to

Re: [Qbs] [QBS] Dynamic libraries built with qmake

2017-07-04 Thread Lars Ivar Igesund
home/larigesu/Qt/5.7/gcc_64/lib/libQt5Gui.so.5.7.1 /home/larigesu/Qt/5.7/gcc_64/lib/libQt5Core.so.5.7.1 -lpthread Best regards, Lars Ivar Igesund On Tue, May 12, 2015 at 11:03 AM Christian Kandeler < christian.kande...@theqtcompany.com> wrote: On 05/12/2015 10:33 AM, Lars Ivar Igesund wro

[Qbs] Generated QML files in QRC file

2017-08-09 Thread Lars Ivar Igesund
dencies I think. The file is not generated, and RCC fails with a missing file. Any suggestions? Best regards, Lars Ivar Igesund ___ Qbs mailing list Qbs@qt-project.org http://lists.qt-project.org/mailman/listinfo/qbs

Re: [Qbs] Generated QML files in QRC file

2017-08-09 Thread Lars Ivar Igesund
Hi! Indeed, much better :) I'm still struggling with finding the proper documentation at times (do others have the issue with the documentation table being to wide for the layout and thus having to be scrolled sidesways?) Best regards, Lars Ivar Igesund On Wed, Aug 9, 2017 at 10:26 AM Chri

[Qbs] Adding products, etc in creator

2017-08-09 Thread Lars Ivar Igesund
ts/modules and imports. Are there any JIRA issues tracking this? Unless I'm just doing something wrong. Best regards, Lars Ivar Igesund ___ Qbs mailing list Qbs@qt-project.org http://lists.qt-project.org/mailman/listinfo/qbs

Re: [Qbs] Adding products, etc in creator

2017-08-09 Thread Lars Ivar Igesund
later. I'm fine with working on the command line, but this seems like a somewhat big issue going forward (even if I in this project won't have to create all that many of these files once I'm done converting the project). Anyway, I can create some JIRAs for it. Best regards, Lars

Re: [Qbs] Detecting changes in files inside .qrc-files automatically?

2017-10-26 Thread Lars Ivar Igesund
generated files into the resources. Best regards, Lars Ivar Igesund On Thu, Oct 26, 2017 at 8:36 PM Ola Røer Thorsen wrote: > 2017-10-26 20:31 GMT+02:00 Jake Petroules : > >> This is supposed to work, but there may be a bug in the qrc scanner >> (QBS-697). >> >> Can yo