summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-01-211-15/+53
|\ | | | | | | | | Conflicts: mkspecs/features/symbian/platform_paths.prf
| * Fix passing of arguments to syncqtSimon Hausmann2010-01-081-1/+1
| | | | | | | | | | | | Escape the arguments variable properly. Reviewed-by: Thiago
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-01-071-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.6-integration * '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1: QIODevice: Fix readAll() Temporary hackiesh solution to prevent BOM in the xml data. Fixed qxmlstream autotest when using shadow builds. Attempt at readding the capital P headers for Phonon Remove special Phonon processing from syncqt. Use the lowercase/shortname.h headers for Phonon includes Fixes a crash when setting focus on a widget with a focus proxy. Update copyright year to 2010 doc: Clarified activeSubControls and subControls. Remove warning "statement with no effect" doc: Clarified that .lnk files are System files on Windows.
| | * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | | | | | | | | | Reviewed-by: Trust Me
| * | Fix configure's error message to report correct OpenGL qmake varsMichael Fairman2009-12-301-3/+3
| |/ | | | | | | | | | | | | e.g. QMAKE_INCDIR_OPENGL_ES2 Merge-request: 2279 Reviewed-by: Tom Cooksey <thomas.cooksey@nokia.com>
| * NEON configure detection and initial blend function implementations.Samuel Rødal2009-12-181-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds new NEON configure test and -no-neon configure option. NEON implementations can also be turned off by setting the QT_NO_NEON environment variable. Performance improvements (in frames per second): - Blending ARGB32 on RGB32/ARGB32, mostly opaque: 71 % - Blending ARGB32 on RGB32/ARGB32, no opaque pixels: 108 % - Blending ARGB32 on RGB32/ARGB32, with 0.5 opacity: 158 % - Blending RGB32 on RGB32/ARGB32, with 0.5 opacity: 189 % Task-number: QTBUG-6684 Reviewed-by: Gunnar Sletta Reviewed-by: Paul Olav Tvete
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into ↵Qt Continuous Integration System2009-12-171-9/+27
| |\ | | | | | | | | | | | | | | | | | | | | | | | | 4.6-integration * '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1: Designer: Fix compilation with -static on Mac OS X Configure support for multiple include levels in qmake.conf hierarchy. Stop the configuration if the test compiler cannot be found.
| | * Configure support for multiple include levels in qmake.conf hierarchy.Harald Fernengel2009-12-171-9/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a configuration file included in qmake.conf had an include statements of its own, the variables defined in the second level of included files were not parsed by getQMakeConf function from configure. Author: Adrian Constantin <adrian.constantin@nokia.com> Reviewed-by: Thiago Macieira
| | * Stop the configuration if the test compiler cannot be found.Harald Fernengel2009-12-171-0/+4
| | | | | | | | | | | | | | | Author: Adrian Constantin <adrian.constantin@nokia.com> Reviewed-by: Thiago Macieira
* | | Fixed makefile generation for Symbian.axis2010-01-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | This enables fast makefiles as well as intermodule dependencies. This hasn't been tested with the other Symbian build systems. It's quite possible that they will break because of this, but we will handle that at a later time.
* | | Merge branch 'cleaningUpProfiles'axis2010-01-121-1/+1
|\ \ \
| * | | Made sure that Symbian picks up STL.axis2010-01-121-1/+1
| | | |
* | | | configure/S60: Make work on Linux 64bit.Friedemann Kleint2010-01-111-2/+3
|/ / / | | | | | | | | | Acked-by: axis
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2009-12-181-60/+90
|\ \ \ | |/ / | | | | | | | | | | | | Conflicts: configure src/gui/text/qfontdatabase_s60.cpp
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into ↵Qt Continuous Integration System2009-12-161-2/+17
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.6-integration * '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1: Fix precision loss warning (qreal vs. float on Windows) def file maintenance. def file maintenance. Fixed compile for S60 (.def file updates). QPlainTextEdit scrolling issue with folded paragraphs Designer: Show actions in action editor in QKeySequence::NativeText Fix up documentation examples for low-level audio. Add -audio-backend and -no-audio-backend configure option. audioinput and audiooutput examples not using isFormatSupported Qt fails to build on RHEL 4 and other older Linux versions because of
| | * Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-12-151-3/+18
| | |\
| | | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6Justin McPherson2009-12-141-2/+17
| | | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: configure.exe
| | | | * Add -audio-backend and -no-audio-backend configure option.Kurt Korbatits2009-12-091-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow better control over audio backend used. Reviewed-by:Justin McPherson
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2009-12-151-0/+7
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.6-integration * '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2: Add an image allocation pool to the OpenVG paint engine Fix QMetaObject::connect and disconnect with "dynamic signals" Test fixed for Windows CE. Removed the chip demo for windows CE Compilation fix for Windows Mobile Make mkspec/unsupported/linux-host-g++ use correct include Add "nocopy" mode for seperate-debug-info to configure Optimized blur / drop shadow effects for the GL 2 paint engine. Fixed bug in graphics effects caching of graphics item hierarchies. Added InvalidateReason to invalidateCache to optimize effects Fixed bug in QGraphicsPixmapItem shortcut for graphics effects. Optimize QGraphicsItemEffectSourcePrivate::pixmap() for QGraphicsPixmapItems. Improved raster blur implementation. Determine QPrinterInfo's supportedPaperSizes on demand. Added vg to the performance section of the QPainter docs Stabilize test Fix warning in public header OpenVG .def file updates.
| | * \ \ \ Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-12-141-1/+1
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Add "nocopy" mode for seperate-debug-info to configureTom Cooksey2009-12-141-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch was written by Harald Fernengel for Maemo5 port. This effectively just adds -g to QMAKE_CFLAGS & QMAKE_CXXFLAGS and is mainly for packagers who want to build Qt in release mode and still have debug symbols, but will want to strip those debug symbols out themselves (rather than let Qt do it). Reviewed-By: Harald Fernengel Reviewed-By: Thiago Macieira
| * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into ↵Qt Continuous Integration System2009-12-121-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt-integration * '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1: Update Polish translations Assistant: Add documentation for -remove-search-index. Designer: Handle "visible"-properties of item view headers correctly. Fix .gitignore to not ignore qdoc.pro Update polish translations Fix broken delete key, some cleanup. Assistant: Fix race condition in index creation. Don't forget to append current $MAC_CONFIG_TEST_COMMANDLINE when setting the SDK to use.
| | * | | Don't forget to append current $MAC_CONFIG_TEST_COMMANDLINE when setting the ↵Mikkel Krautz2009-12-071-1/+1
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | SDK to use. Merge-request: 2254 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
| * | | Compile with -no-exceptions on Mac.Morten Johan Sørvig2009-12-081-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qfontdialog_mac.mm needs to handle exceptions thrown by Cocoa, even if Qt is configured with if -no-exceptions. This ads a bit of qmake logic for the benefit of a single file, but I would like to keep -no-exceptions working. The savings are significant (around 10-15%). Revby: Richard Moe Gustavsen
| * | Fix typo in configure.Thiago Macieira2009-12-031-1/+1
| | | | | | | | | | | | Reviewed-by: Trust Me
| * | Fix configure's accepting of old license keys (pre 4.6)Thiago Macieira2009-11-191-2/+2
| | | | | | | | | | | | Reviewed-by: Peter Hartmann
| * | Configure: add support for the RTOS licensing schemeThiago Macieira2009-11-181-4/+29
| | | | | | | | | | | | | | | | | | | | | When building for one of the RTOS, require a specific license key. Task-number: QT-2519 Reviewed-by: Jason McDonald
| * | Configure: add support for the new licensing schemes for Qt.Thiago Macieira2009-11-181-49/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add the necessary logic to deal with Symbian and the Real-Time operating systems (QNX and VxWorks). Symbian is considered an embedded license, so it allows a no-deploy build on X11 and Mac. Task-number: QT-2519 Reviewed-by: Jason McDonald
| * | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-101-2/+2
| |\ \ | | |/ | | | | | | | | | Conflicts: tools/configure/configureapp.cpp
| | * Merge branch '4.6-platform' into 4.6Denis Dzyubenko2009-11-091-1/+1
| | |\
| | | * Fixed -xsync configure option handling.Denis Dzyubenko2009-11-061-1/+1
| | | | | | | | | | | | | | | | Reviewed-by: trustme
| | * | Default to X11 instead of QWS for commercial buildsPaul Olav Tvete2009-11-091-1/+1
| | |/ | | | | | | | | | | | | Reviewed-by: Thiago Reviewed-by: Jason McDonald
| * | make qm file creation a regular build stepOswald Buddenhagen2009-11-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | this is mostly a revert of the revert of the previous attempt, only that this time we have a bootstrapped lrelease which won't blow up for cross-compilations. Reviewed-By: Jason McDonald Task-Id: QTBUG-4939
| * | build lrelease bootstrappedOswald Buddenhagen2009-11-101-1/+1
| |/ | | | | | | | | | | | | | | needed for build-time qm generation in qt itself. the downsides are a) that the other bootstrapped tools grow by ~12kB (on x86) due to qdatastream being pulled in by qbytearray and qstring and b) that lrelease isn't l10n'd itself anymore (the latter could be fixed by building a non-qobject qtranslator).
* | Disabled OpenGL on Symbian.axis2009-12-111-0/+7
| |
* | Disabled Qt3Support on Symbian.axis2009-12-111-2/+2
| |
* | Added support for -s60 option to configure.axis2009-12-111-1/+27
| | | | | | | | | | This was required in order to enable the pieces of code inside QT_WS_S60.
* | Switched to Symbian export rules when building.axis2009-12-111-0/+4
| | | | | | | | | | This was done by enabling the QT_DLL flag when configuring for Symbian.
* | Revert "Modify visibility test to support armcc as well."axis2009-12-111-5/+1
| | | | | | | | This reverts commit 1ca27669332b5e19284297b0bbc57700f59fed33.
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-11-061-4/+79
|\ \ | |/
| * Merge remote branch 'qt-official/4.6' into 4.6Morten Johan Sørvig2009-11-061-0/+1
| |\
| | * Fix error when configuring on Unix using an evaluation license.Jason McDonald2009-11-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | If you run configure on Unix more than once using an eval license (or -DQT_EVAL), configure outputs an error and fails to overwrite src/corelib/global/qconfig_eval.cpp. This is corrected simply by removing any existing instance of the file before re-creating it. Reviewed-by: Trust Me
| * | Merge remote branch 'qt-official/4.6' into 4.6Morten Johan Sørvig2009-11-061-1/+1
| |\ \ | | |/
| | * Revert last commit to configure, only configure.exe needed the fixDaniel Molkentin2009-11-051-1/+1
| | | | | | | | | | | | Reviewed-By: con
| * | Make configure warn on incompatible gcc / SDK.Morten Johan Sørvig2009-11-051-0/+12
| |/ | | | | | | | | Print a warning if configure was called with the 10.4u SDK option on Snow Leopard with the default mkspec. The 10.4u SDK does not support gcc 4.2.
| * eval: add key for the installer to grep for.Daniel Molkentin2009-11-041-1/+1
| | | | | | | | Reviewed-By: con
| * Declarative building infrastructure.Warwick Allison2009-11-041-2/+37
| | | | | | | | Does nothing if no declarative directories installed.
| * Part 2 of the Evaluation notice feature, now for QtGui.Thiago Macieira2009-10-291-0/+22
| | | | | | | | Reviewed-by: Daniel Molkentin
| * Guard shadow builds against stale qconfig.cppDonald Carr2009-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | qconfig.cpp is generated immediately after accepting the licensing agreement, and contains all the fixed paths qt uses. If this file is present in a source dir used by shadow builds, this qconfig.cpp will take precedence over the shadow builds qconfig.cpp and hence impose its paths throughout the shadow built Qt. This change adds qconfig.cpp to the list of generated files to guard against existing in the source directory when performing a shadow build. Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
| * Fixed typo in configure usage (superfluous hyphen).Erik Verbruggen2009-10-261-1/+1
| | | | | | | | Reviewed-by: Thiago Macieira