summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* fix misleading hintOswald Buddenhagen2011-06-091-1/+1
| | | | | | | it is "FOO=bar ./configure", not "./configure FOO=bar". Task-number: QTBUG-11058 (cherry picked from commit bd49bada206f233bbac09ce1333db42d2a8a0485)
* Change to release licenses for 4.6.3.Jason McDonald2010-05-301-13/+13
| | | | Reviewed-by: Trust Me
* re-add overriding of tool paths to configureOswald Buddenhagen2010-05-171-0/+5
| | | | | | | | unlike originally planned, we didn't remove the setting of the tool paths from the qmake specs - for compat reasons. however, that means that they will make the QT_BUILD_TREE handling in qtPrepareTool ineffective, which meant that the qt build would try to use the tools from an installed qt ...
* define qtPrepareTool() function and use it throughoutOswald Buddenhagen2010-05-141-5/+0
| | | | | | | | | | | | | | | the function provides a cross-platform way to determine the exact pathname of our build tools (moc, etc.). use it in our .prf files, so we don't have to rely on qmake's unreliable path separator normalization magic in extra compiler commands, which broke on mingw+sh in silent mode. remove the bootstrap tool path setting from configure, as it is redundant now. Reviewed-by: joerg Task-number: QTBUG-10633
* do not detect the echo-without-newline syntax over and overOswald Buddenhagen2010-03-301-30/+12
| | | | | this is a) more maintainable and b) faster, as it was done in the makefile generation loop as well.
* speed up by removing nonsenseOswald Buddenhagen2010-03-301-6/+1
| | | | | why first determine how to make no newline just to make a newline right afterwards?
* fix whitespaceThomas Zander2010-02-021-4/+4
|
* 'test -e' is a bashism. It's not available in traditional sh.Thiago Macieira2010-01-251-2/+2
| | | | | Task-number: QTBUG-7549 Reviewed-By: Markus Goetz
* Cosmetic: move the "Alsa support..." line to a more appropriate placeThiago Macieira2010-01-251-2/+2
|
* 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-071-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
* | 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).
* 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
* Add cross compiling pkg-config disabled warningDonald Carr2009-10-231-0/+5
| | | | | | | | | | | | We have historically silently disabled pkg-config when cross compiling in order to avoid host pkg-config contamination of the target build. pkg-config files are present on many embedded targets, and make the correct detection/configuration of dependencies far more convenient for the developer. It is therefor valuable to advertise that pkg-config functionality is available but disabled barring direct involvement on their parts, rather than silently disabling it. Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
* Remove debug output.Morten Johan Sørvig2009-10-191-1/+0
|
* Skipping ActiveQt examples removes a couple of warnings and errorsJoão Abecasis2009-10-071-0/+1
| | | | Reviewed-by: Thiago Macieira