The flag should be -no-feature animation I think. (Without dash between -no-feature and animation)
The flag should be -no-feature animation I think. (Without dash between -no-feature and animation)
It's nice to be important but it's more important to be nice.
Where did you get that -no-feature-animation switch from ?
shows up nothing here(Qt 4.6.0 everywhere edition).Qt Code:
./configure --help | grep animationTo copy to clipboard, switch view to plain text mode
It's nice to be important but it's more important to be nice.
there is a undocumented option for configure, "-embedded" will give some additional options for embeded linux
try ./configure -embedded --help | less, and grep the "feature" out,
or just ./configure -embedded --help | grep feature,
have look at the -no-feature-<feature> and -feature-<feature> option details.
/WX
Last edited by wesley; 9th January 2010 at 17:49.
I had tried "./configure -no-feature-ANIMATION" (uppercase), but it also lead to the same error
also, I defined a macro named "QT_NO_ANIMATION"("src/corelib/global/feature.txt" say that it is a available option) in a config file "qconfig-myconfig.h",
and then copy it into "src/corelib/global/", "./configure -qonfig myconfig" and make,
unfortunately, the "animation" feature still be open ... the same error happen ...
/WX
Last edited by wesley; 9th January 2010 at 20:00.
Any idea ?
or ... is this a bug of Qt 4.6.0 ? does it be fixed on Qt 4.6.1 ?
/WX
HI to all.........
I need to compile phonon module for Embedded Arm.. I want to get video from webcam and display on Qt Window using Phonon Module.. Plz suggest me how to do it.
Bookmarks