Results 1 to 9 of 9

Thread: how to disable animation feature in Qt-everywhere-opensource-src-4.6.0

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Frankfurt
    Posts
    500
    Platforms
    MacOS X Unix/X11
    Thanks
    1
    Thanked 52 Times in 52 Posts

    Default Re: how to disable animation feature in Qt-everywhere-opensource-src-4.6.0

    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.

  2. #2
    Join Date
    Feb 2008
    Posts
    49
    Thanks
    2
    Thanked 4 Times in 1 Post

    Default Re: how to disable animation feature in Qt-everywhere-opensource-src-4.6.0

    Quote Originally Posted by axeljaeger View Post
    The flag should be -no-feature animation I think. (Without dash between -no-feature and animation)
    Thanks for reply


    ./configure with "-no-feature animation " is not working.

    ./configure complain me

    -no-feature : invalid command-line switch
    animation: unknown argument

  3. #3
    Join Date
    Jan 2006
    Location
    Frankfurt
    Posts
    500
    Platforms
    MacOS X Unix/X11
    Thanks
    1
    Thanked 52 Times in 52 Posts

    Default Re: how to disable animation feature in Qt-everywhere-opensource-src-4.6.0

    Where did you get that -no-feature-animation switch from ?
    Qt Code:
    1. ./configure --help | grep animation
    To copy to clipboard, switch view to plain text mode 
    shows up nothing here(Qt 4.6.0 everywhere edition).
    It's nice to be important but it's more important to be nice.

  4. #4
    Join Date
    Feb 2008
    Posts
    49
    Thanks
    2
    Thanked 4 Times in 1 Post

    Default Re: how to disable animation feature in Qt-everywhere-opensource-src-4.6.0

    Quote Originally Posted by axeljaeger View Post
    Where did you get that -no-feature-animation switch from ?
    Qt Code:
    1. ./configure --help | grep animation
    To copy to clipboard, switch view to plain text mode 
    shows up nothing here(Qt 4.6.0 everywhere edition).
    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.

  5. #5
    Join Date
    Feb 2008
    Posts
    49
    Thanks
    2
    Thanked 4 Times in 1 Post

    Default Re: how to disable animation feature in Qt-everywhere-opensource-src-4.6.0

    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.

  6. #6
    Join Date
    Feb 2008
    Posts
    49
    Thanks
    2
    Thanked 4 Times in 1 Post

    Default Re: how to disable animation feature in Qt-everywhere-opensource-src-4.6.0

    Any idea ?

  7. #7
    Join Date
    Feb 2008
    Posts
    49
    Thanks
    2
    Thanked 4 Times in 1 Post

    Default Re: how to disable animation feature in Qt-everywhere-opensource-src-4.6.0

    or ... is this a bug of Qt 4.6.0 ? does it be fixed on Qt 4.6.1 ?

    /WX

  8. #8
    Join Date
    Sep 2009
    Posts
    39
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11
    Thanks
    3

    Arrow Re: how to disable animation feature in Qt-everywhere-opensource-src-4.6.0

    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.

Similar Threads

  1. How to turn off this annoying feature of QColumnView?
    By jwieland in forum Qt Programming
    Replies: 11
    Last Post: 3rd September 2010, 18:38
  2. Qt on S60 problem:'Menu Feature not supported'
    By Amit_3117 in forum Qt Programming
    Replies: 1
    Last Post: 13th October 2009, 07:38
  3. Implementing Autoscroll feature in QT-WebKit
    By srinirao in forum Qt Programming
    Replies: 0
    Last Post: 3rd August 2009, 12:58
  4. Firebird SQL Driver and Feature POST_EVENT
    By estanisgeyer in forum Qt Programming
    Replies: 1
    Last Post: 28th October 2008, 21:49
  5. QTransform scaling and translate feature.
    By AmolShinde_8 in forum Qt Programming
    Replies: 1
    Last Post: 18th October 2008, 11:31

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.