summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers again.Jason McDonald2009-09-081-4/+4
| | | | Reviewed-by: Trust Me
* Fixed compile on Solaris.Rohan McGovern2009-09-071-2/+2
| | | | | | | | | | | | The `test' builtin in Solaris' /bin/sh does not understand `-e', use `-f' instead. Fixes: configure: test: argument expected Note, using the `-nokia-developer' configure option hides this breakage. Reviewed-by: Rhys Weatherley
* Update license headers.Jason McDonald2009-09-021-9/+40
| | | | Reviewed-by: Trust Me
* Fix Solaris build: test isn't test.Thiago Macieira2009-09-011-1/+2
| | | | | | configure: test: argument expected Reviewed-by: TrustMe
* Make the existence of the LICENSE.GPL3 file optionalThiago Macieira2009-09-011-5/+10
| | | | | | | | The repository no longer carries this license. The final releases will still have it. In any case, the LGPLv2.1 is compatible with the GPLv3. Required-By: Nokia Legal Reviewed-by: Marius Storm-Olsen
* Eliminate some mentions of Trolltech.Jason McDonald2009-08-111-7/+7
| | | | Reviewed-by: Trust Me
* Add functionality tests for XSync.Thiago Macieira2009-08-071-1/+35
| | | | | | | | It was reported to be auto-detected, but wasn't. Apparently, AIX 6's X11 doesn't have this. Reviewed-By: Denis Dzyubenko <denis.dzyubenko@nokia.com> (cherry picked from commit 0a63875d787e1b035ace2c76fa1d0de6329127d7)
* Avoid compiling imageformats if you configure with -no-lib*Marius Storm-Olsen2009-08-071-3/+9
| | | | | Task-number: 239108 Reviewed-by: Andy Shaw
* revert built-time qm generationOswald Buddenhagen2009-06-161-4/+0
| | | | | | | | | | | it simply breaks too much (embedded builds in particular). will come up with something better in master. note however, that the .qm files do NOT return to the repository. the release manager needs to run "make qm" before packaging, just like Qt-from-git users who want translations do (i.e., almost nobody). Reviewed-by: Jason McDonald
* Cleanup our usage of the term "Qt Software".Jason McDonald2009-06-161-1/+1
| | | | Reviewed-by: Trust Me
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-1/+1
| | | | Reviewed-by: Trust Me
* fix qm buildOswald Buddenhagen2009-06-151-0/+4
| | | | | | | | | | so "qmake -r && make" worked fine ... but configure does not simply run "qmake -r". also, now we have to build lrelease even when we don't build the other tools. Reviewed-by: Jason McDonald Reviewed-by: mariusSO
* properly indent embedded awk codeOswald Buddenhagen2009-06-151-11/+11
| | | | Reviewed-by: TrustMe
* BT: Clean up Mac -arch handlingLincoln Ramsay2009-05-251-14/+15
| | | | | | | | Instead of the multiple character-string replacements, just check for the discrete -arch values that we want to find. This makes the code clearer and should reduce the chance of subtle errors. Reviewed-by: Jason McDonald
* configure script fix, -h should display help and not just h.Alexis Menard2009-05-221-1/+1
| | | | Reviewed-by:cduclos
* Fix build regression caused by ba5fb9f05c891feac8ab69006189de1aaafebc18.Jason McDonald2009-05-211-1/+1
| | | | | | | | | | The previous "fix" caused the effect of the line before the change to be discarded, which breaks the mac binary package builds. When reviewing changes, please read the lines of context given in the patch - they are included for a reason. Acked-by: Lincoln Ramsay Acked-by: Rohan McGovern
* Cocoa 64: ssl does not workRichard Moe Gustavsen2009-05-191-0/+1
| | | | | | | | The reason is the tha config.test ssl failed building. And the reason for that was a bad makefile flag (i386_64). Task-number: 253887 Reviewed-by: Trenton Schulz
* Fix configure error on Mac with "-arch x86"Morten Sørvig2009-05-071-1/+0
| | | | | | | STRING="${STRING/x86/i386}" actually replaces whole words only, so we don't need to fixup x86_64 afterwards. Reviewed-by: nrc
* Make sure image caching works with Qt3SupportAnders Bakken2009-05-051-0/+3
| | | | | | | | | Store whether qt was built with qt3support enabled in .qmake.cache. We need this info to decide if QT3_SUPPORT should be defined when we include qimage_p.h. Otherwise we get data corruption issues since the size of struct in Qt is larger than the one we include in libqdirectfb. Reviewed-by: Donald <qt-info@nokia.com>
* Syntax error on configure scriptJoão Abecasis2009-05-051-1/+1
| | | | | | | | Reported downstream to Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525570 Reviewed-by: Alexis Reviewed-by: Thiago
* Make the Mac configure tests consistent when configuring for multiple ↵Morten Sørvig2009-05-051-25/+35
| | | | | | | | | | | architechtures. For example, ./configure -arch x86_64 -arch ppc requires D-Bus compiled for x86_64 and ppc in order to enable it. Task-number: 249881 Reviewed-by: nrc
* Make comment explaning the Mac deployment target setting clearer.Morten Sørvig2009-05-041-4/+5
|
* Run syncqt when available and necessaryDirk Mueller2009-04-181-1/+1
| | | | | | | | | The nightly public snapshots contain bin/syncqt but do not contain the include/ directory. Hence configure needs to detect this case and run syncqt to create the include tree so that configure actually passes Signed-off-by: Thiago Macieira <thiago.macieira@nokia.com>
* Allow -help to be used in a non-eval package.Lincoln Ramsay2009-04-171-2/+2
| | | | | | | | The previous logic caused a license check when the eval license file was missing. Reviewed-by: Jason McDonald Task-number: 251339
* Make the configured namespace part of QT_BUILD_KEY_COMPAT too.Jarek Kobus2009-04-151-0/+3
| | | | | | | | The eclipse integration is namespaced, but it still pulled in system plugins like the oxygen style through QT_BUILD_KEY_COMPAT check in QLibraryPrivate::isPlugin() Task: 250185 Reviewed-by: dt <qtc-committer@nokia.com> BT: yes
* Fix logic for autodetecting the embedded-linux packagePaul Olav Tvete2009-04-141-1/+7
| | | | | | | The previous version would get confused because the embedded package also contains _x11 files. Reviewed-by: Thiago
* Allow "i386" as an alias for x86 for Mac universal buildsMorten Sørvig2009-04-141-2/+5
| | | | | | GCC uses i386, but configure has always used x86, which can lead to confusion. Reviewed-by: nrc
* Fix spelling errorMorten Sørvig2009-04-141-1/+1
| | | | Reviewed-by: TrustMe
* Add config test for XLibTom Cooksey2009-04-031-0/+8
| | | | | | | | | Previously, it was entirely possible to successfully configure Qt/X11 without any X11 installed. The problems would only start showing up once you stated building. This is not very useful if you're cross-compiling and trying to setup the paths correctly. Reviewed-by: Denis
* make the configured namespace part of QT_BUILD_KEYhjk2009-04-021-0/+3
| | | | | | | | | The eclipse integration is namespaced, but it pulls in system plugins like the oxygen style. This breaks as the (non-namespaced) style plugin does not find a suitable QApplication instantiated (only a namespace one is there) Reviewed-by: thiago Task-number: 250185
* Mac: check for valid -arch arguments in configure.Morten Sørvig2009-03-301-0/+12
| | | | | | Allow x86 x86_64 ppc ppc64, exit with an error message if something else is passed? Reviewed-by: nrc
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+7270