[Interest] 4NT shell and qmake
Gisle Vanem
gvanem at yahoo.no
Sun Dec 29 20:59:51 CET 2013
"Bob Hood" <bhood2 at comcast.net> wrote:
>> I edited my %QT_INSTALL_PREFIX\mkspecs\common\shell-win32.conf and
>> replaced:
>> QMAKE_DEL_FILE = del
>>
>> with:
>> QMAKE_DEL_FILE = del /e /k
>>
>> This works fine. Thanks.
>
>
> Thanks for that, Gisle. I can use my precious TCCLE (a.k.a., 4NT) again. :)
I spoke too soon. "del /e /k" isn't used in (allways?) QtCreator. I've checked
all my shell-win32.conf to figure out which one QtCreator is using. Seems
none of them and the "del non-existant-file" cannot be overridden manually.
Yikes!
But 4NT/TCC does have global aliases. So I tried
alias del=*del /e /k
followed by:
shralias
in the hope this will be picked up by the 4NT-shell QtCreator is using, but
no luck. I must be misunderstanding 'shralias'.
--gv
More information about the Interest
mailing list