summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2012-09-11introduce -minimal mode to syncqt and use it for bootstrappingOswald Buddenhagen1-1/+1
2012-09-11call syncqt unconditionally in configureOswald Buddenhagen1-6/+1
2012-09-11clean up syncqt invocationOswald Buddenhagen1-1/+1
2012-09-11move syncqt -check-includes handling to default_pre.prfOswald Buddenhagen1-1/+0
2012-09-08enable depend_includepath by defaultOswald Buddenhagen1-1/+1
2012-09-07Enable autodetecting of EGL event for desktop GLJorgen Lind1-1/+1
2012-09-03Rename MAC_CONFIG_TEST_COMMANDLINE to MAC_SDK_FLAGDanny Boelens1-7/+8
2012-09-03Remove the package macros from qglobal.hThiago Macieira1-39/+17
2012-09-01mips: Autodetect MIPS DSP rev1 and rev2 instructionsetHolger Hans Peter Freyther1-8/+16
2012-08-31Use pkg-config to search for all XCB dependenciesThiago Macieira1-2/+2
2012-08-25filter standard paths from mysql_config & pg_configOswald Buddenhagen1-5/+65
2012-08-22Move the QT_COMPILER_SUPPORTS_xxx defines to qconfig.hThiago Macieira1-1/+14
2012-08-22make configure set up QMAKE_DEFAULT_{INC,LIB}DIRSOswald Buddenhagen1-1/+17
2012-08-21cross compile with mingwPeter Kümmel1-1/+7
2012-08-17remove unnecessary magicOswald Buddenhagen1-2/+0
2012-08-14Merge L_FLAGS and l_FLAGS in configureThiago Macieira1-6/+4
2012-08-14introduce compileTest functionOswald Buddenhagen1-79/+88
2012-08-14Add Linux Accessibility BridgeFrederik Gladhorn1-6/+20
2012-08-11support -rpath for modules which are not installed to QT_INSTALL_PREFIXOswald Buddenhagen1-6/+3
2012-08-09Make it possible to force generation of debug info in release buildsAndreas Holzammer1-0/+13
2012-08-08Define QT_NO_FOO also when -no-foo is passed to configure.Davide Pesavento1-3/+9
2012-08-06Fix builds with sysroot: a space is necessary before ] in scriptsThiago Macieira1-1/+1
2012-08-06introduce -fully-process configure option, change behavior of -processOswald Buddenhagen1-7/+19
2012-08-06remove phonon vestigesOswald Buddenhagen1-22/+0
2012-08-04remove the option summaries from the configures' help messagesOswald Buddenhagen1-26/+1
2012-08-03Remove unused Q_WS_QPA define.Stephen Kelly1-1/+1
2012-08-03Remove some dead QWS code from configure.Stephen Kelly1-1/+1
2012-08-01Adding configure option: -no-gcc-sysrootThomas Senyk1-3/+8
2012-07-31don't set -rpath-link in qmodule.priOswald Buddenhagen1-4/+0
2012-07-21Fix Mac OS X architecture detection for non-default Xcode setup.Danny Boelens1-4/+4
2012-07-18Fix typo in configure for Mac: Libraries -> LibrarySergio Ahumada1-1/+1
2012-07-18Add config test for kmsLaszlo Agocs1-2/+59
2012-07-17Set correct QT_LFLAGS_SQLITE for default cases.Rafael Roquetto1-0/+3
2012-07-11linuxfb: Add config.test and configure supportGirish Ramakrishnan1-2/+41
2012-07-10configure{.exe}: enable 'tools' as a default build partRohan McGovern1-1/+1
2012-07-09make QT_BUILD_PARTS setting in qmodule.pri additiveOswald Buddenhagen1-1/+1
2012-07-05don't blow away mkspecs/modules-inst when reconfiguringOswald Buddenhagen1-0/+9
2012-07-03export QMAKESPEC to the projectOswald Buddenhagen1-12/+0
2012-07-03store QT_BUILD_PARTS in qmodule.pri also on unixOswald Buddenhagen1-1/+1
2012-07-03don't match on the spec name in qconfig.priOswald Buddenhagen1-1/+1
2012-07-03Move DirectFB tests into qpaGirish Ramakrishnan1-1/+1
2012-07-03configure: properly quote glesv2 flagsRobin Burchell1-4/+19
2012-07-02buildsystem: Remove SXE from the configure and qconfig-*.h filesHolger Hans Peter Freyther1-10/+0
2012-06-28Basic tablet support in xcb through XI2Laszlo Agocs1-15/+14
2012-06-28Update the macros for shared/DLL and static buildsThiago Macieira1-2/+12
2012-06-19purge QMAKE_INCDIR_QT and QMAKE_LIBDIR_QTOswald Buddenhagen1-4/+0
2012-06-19introduce /get property variantsOswald Buddenhagen1-0/+10
2012-06-19-qconfig needs no own switch case any moreOswald Buddenhagen1-7/+1
2012-06-19remove the insane switch case for qt-style yes optionsOswald Buddenhagen1-6/+2
2012-06-19make makefile generation under unix saneOswald Buddenhagen1-209/+32