summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qfeatures.txt
Commit message (Collapse)AuthorAgeFilesLines
* remove obsolete SETTINGS dependency on TEXTSTREAMOswald Buddenhagen2009-11-101-1/+1
| | | | Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
* Add QT_NO_GRAPHICSEFFECTJørgen Lind2009-11-041-0/+7
| | | | | | | It depends on QT_NO_GRAPHICSVIEW for now, but it is possible to remove this dependency. Reviewed-by: paul
* Reverts bf1a6bb6b3b8c98f6ab402512eb2f1996c2435c7Jørgen Lind2009-10-301-11/+4
| | | | | | and removes THREAD from qfeature Reviewed-by: Trust Me
* Fix PROXYMODELJørgen Lind2009-10-291-1/+1
| | | | Reviewed-by: Trust Me
* Fix THREAD and TOOLBARJørgen Lind2009-10-291-4/+11
| | | | | | Reviewed-by: tom Squash me with Fix THREAD and TOOLBAR a6e785b4ff9ec9cd48
* Remove ICON from QFeatureJørgen Lind2009-10-291-10/+3
| | | | Reviewed-by: Trust Me
* Fix dependencies in qfeaturesJørgen Lind2009-10-291-14/+27
| | | | Reviewed-by: Trust Me
* Fixed MENU and QWS_PROXYSCREENJørgen Lind2009-10-291-1/+15
| | | | Reviewed-by: tom
* Fix QT_NO_ACTION dependenciesJørgen Lind2009-10-291-2/+9
| | | | Reviewed-by: tom
* The PRINTER feature now depends on TEMPORARYFILEJørgen Lind2009-10-291-1/+1
| | | | Reviewed-by: Trust Me
* Fix dependencies to QT_NO_PRINTPREVIEWWIDGETJørgen Lind2009-10-291-1/+1
| | | | Reviewed-by: Trust Me
* QPrintPreviewDialog depends on QMainWindow (qfeatures.txt)Jeremy Katz2009-09-251-1/+1
| | | | Reviewed-by: Paul
* add configure options for (not) building the QtScript moduleKent Hansen2009-08-071-7/+0
| | | | | | | | | | | | | | | | | | -script (default) and -no-script. This means we can get rid of the SCRIPT feature from qfeatures, since it's now handled by the new configure variable. It also allows us to get rid of all the QT_NO_SCRIPT ifdefs from the source files, since qmake isn't going to include those files for compilation when you configure with -no-script. The QtScriptTools module will be disabled if the QtScript module is not built. You'll have to build the old QtScript back-end (will be made available in a separate package), then build the QtScriptTools module yourself. Reviewed-by: Simon Hausmann
* add QT_NO_STATEMACHINE define so state machine can be compiled outKent Hansen2009-06-041-0/+7
| | | | Reviewed-by: Thierry Bastian
* Added QT_NO_ANIMATION to qfeaturesThierry Bastian2009-05-251-0/+8
| | | | | Now you can opt it out to save disk space (for embedded). Also tested it and fixed code in state machine.
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-03-301-61/+61
|\
| * Make Qt/Embedded compile with the -no-feature-PICTURE switch.Trond Kjernaasen2009-03-301-61/+61
| | | | | | | | | | | | | | | | PRINTER is dependant upon the PICTURE feature in 4.5, since the PDF and PS engines now uses the QAlphaPaintEngine internally. Task-number: 248568 Reviewed-by: Samuel Rødal <sroedal@trolltech.com>
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+1407
|
* introduce QT_NO_NETWORKDISKCACHEPeter Hartmann2009-03-251-0/+7
| | | | | | | | | | that was necessary because when defining QT_NO_TEMPORARYFILE there would be a compile error in qnetworkdisccache.h, which uses a QTemporaryFile. Moreover, the script "make_qfeatures_dot_h" was updated to generate LGPL license header. Reviewed-by: Paul Task-number: 248807
* Long live Qt!Lars Knoll2009-03-231-0/+1407