Canvassing opinion on an issue.

BogDan bog_dan_ro at yahoo.com
Mon Jun 20 12:01:28 CEST 2011


Hi Ray,

IMHO first solution is the easiest and also the best one :)

Cheers,
BogDan.




>________________________________
>From: mingw android <mingw.android at gmail.com>
>To: necessitas-devel at kde.org
>Sent: Saturday, June 18, 2011 3:44 PM
>Subject: Canvassing opinion on an issue.
>
>Hi everyone.
>
>Some of us spoke about this briefly at the QCS Necessitas day, but I'm
>still undecided about what is the best way to go.
>
>Currently, on the Windows version, Clean Project (and a few other
>things) do not work because we include include(../common/linux.conf)
>in android-g++/mkspecs.conf and that has lines like:
>QMAKE_COPY            = cp -f
>QMAKE_CHK_DIR_EXISTS  = test -d
>...etc, and without a minGW environment, these programs won't exist.
>
>So there's 3 ways I can go:
>
>1. Put switching logic (as suggested by Espen, as per the symbian
>port) into the android-g++/mkspecs.conf so that it loads a different
>file on Windows, something like:
>
>contains(QMAKE_HOST.os,Windows) {
>    include(../unsupported/linux-hosted-on-cmd-exe.conf)
>} else {
>    include(../common/linux.conf)
>}
>
>that then defines those qmake vars to use the standard cmd.exe versions:
>QMAKE_COPY        = copy /y
>QMAKE_CHK_DIR_EXISTS    = if not exist
>
>2. I bite the bullet and compile all of the needed programs, like I do
>for make.exe already.
>
>3. Install a full MinGW environment at install time as QtCreator mainline does.
>
>I'm leaning towards 3 myself.
>
>Cheers,
>
>Ray.
>_______________________________________________
>Necessitas-devel mailing list
>Necessitas-devel at kde.org
>https://mail.kde.org/mailman/listinfo/necessitas-devel
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/necessitas-devel/attachments/20110620/df678a94/attachment.htm 


More information about the Necessitas-devel mailing list