[mythtv] Re: How do you stop qmake from trying to strip all
installed files?
Paul
mythtv at dsl.pipex.com
Sun Jul 24 15:00:40 EDT 2005
mark at dclabs.com.au wrote:
>try adding
>QMAKE_STRIP = echo
>to the settings file.
>this way I can get a release build with debug syms.
>cheers
>mark
Thanks Mark
Adding QMAKE_STRIP = echo worked. All the files get
installed with no errors. The only problem I see is that the target
executable then does not get stripped. I tried adding
target.extra = strip $(TARGET)
which does strip just the target but then it does not seem to be
installed.
At least I have a workable solution now thanks.
Paul
More information about the mythtv-dev
mailing list