[Qbs] Network paths for files

2017-01-11 Thread Jicquel Dorian
Hi, Network paths ( Ex : //network_path/file.txt ) doesn't work anymore , i think it's a regression because i tried the same thing with QtCreator 4.0.3 ( qbs 1.5.2 ) and it works well. When using it it says that file doesn't exists , tried it in a *Group *item and with the *File *service

[QBS] Build issue with qbs ( Windows 7.1 sdk , Qt 5.2.1 , Qbs 1.6.0 )

2016-09-01 Thread Jicquel Dorian
Hi, I'm currently trying to build a simple program using Qt 5.2.1 ( built with Windows 7 sdk v7.1.7600.0.30514 x86 ) and i found that qbs doesn't use the corresponding compiler ( cl.exe ) . More precisely it uses the VC10 compiler while analyzing the project ( not during build ) and then

[QBS] Build android apk project

2015-07-08 Thread Jicquel Dorian
Hi, I'm currently trying to build an apk with qbs using newly introduced AndroidApk module with last qt for android (5.5.0) with gcc 4.9 (arch armv7) qt creator 3.4.2 (qbs 1.4.1 ?) For this i'm refering to the example given in Android.ndk documentation import qbs Project { DynamicLibrary

Re: [QBS] Qt Quick Compiler with QBS

2015-02-26 Thread Jicquel Dorian
Hi Joerg, This works like a charm. Thanks a lot for this great work, we add it as a module to our projects so that we only need to set a depends on this module. We needed to modify your qbs for it to works. At line 161 we wrote FileInfo.path(info.qrcFilePath)+/+qmlJsFile.input, If i can

[QBS] QBS Process readStdOut UTF8 encoding

2015-01-15 Thread Jicquel Dorian
Hi, I'm currently using svn info with a qbs process to retrieve some repository informations under OS X 10.9 (subversion 1.8.10) but the output show some display issues like the accents.(using throw process.readStdOut) The problem is i can't retrieve some informations due to these encoding

Re: [QBS] QBS Process readStdOut UTF8 encoding

2015-01-15 Thread Jicquel Dorian
Le 15/01/2015 16:36, Christian Kandeler a écrit : On 01/15/2015 04:30 PM, Jicquel Dorian wrote: Hi, I'm currently using svn info with a qbs process to retrieve some repository informations under OS X 10.9 (subversion 1.8.10) but the output show some display issues like the accents.(using

Re: [QBS] Static build with QBS under Ubuntu (14.04)

2014-10-21 Thread Jicquel Dorian
: On 10/21/2014 10:43 AM, Jicquel Dorian wrote: I've already mailed the mailing list before concerning my problem during my build with a static build qt. It seems that now with QBS 1.3.2 and Qt 5.3.2 the linking issue is not here anymore but i've always an error at runtime related to the xcb

Re: [QBS] Static build with QBS with Ubuntu

2014-07-02 Thread Jicquel Dorian
Thanks for your help i was searching a similar bug in qbs but couldn't find it , so no workaround for it ? Le 02/07/2014 13:56, Oswald Buddenhagen a écrit : On Wed, Jul 02, 2014 at 01:25:09PM +0200, Christian Kandeler wrote: On 07/02/2014 12:48 PM, Jicquel Dorian wrote: I tried to build my