summaryrefslogtreecommitdiffstats
path: root/mkspecs
Commit message (Expand)AuthorAgeFilesLines
* win32/default_pre.prf: Remove exceptions_off, thread_off, stl_off.Friedemann Kleint2012-05-211-1/+1
* Remove optimization flag from QMAKE_CFLAGSRomain Pokrzywka2012-05-174-6/+3
* Apply compiler platform flags to debug builds as wellRomain Pokrzywka2012-05-174-8/+8
* turn off exceptions by default where they aren't requiredLars Knoll2012-05-177-3/+15
* Add Visual Studio 11 mkspecAndreas Holzammer2012-05-162-0/+135
* Properly quote all variables which are paths.Stephen Kelly2012-05-161-2/+2
* Use IF(NOT TARGET ...) before creating imported targets.Stephen Kelly2012-05-151-3/+1
* Set QMAKE_DOCS_INSTALLDIR to $$[QT_INSTALL_DOCS] to allow overriding in .proMarius Storm-Olsen2012-05-152-1/+6
* device: don't set a default cross compile prefixDonald Carr2012-05-157-15/+2
* Use directory property instead of variable to determine target existance.Stephen Kelly2012-05-141-2/+3
* Only find dependencies from the same Qt installation.Stephen Kelly2012-05-131-1/+5
* Remove stale udev checkDonald Carr2012-05-121-6/+0
* configure: Remove the -dwarf2 argument for Mac OS X buildsBradley T. Hughes2012-05-115-14/+7
* Remove declarative from qmltestcase.prf.Friedemann Kleint2012-05-111-1/+1
* Add underscore to internal implementation detail variables.Stephen Kelly2012-05-101-11/+11
* Include the VERSION_STRING in CMake config files.Stephen Kelly2012-05-101-0/+1
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-0/+27
|\
| * Properly implement a 'make docs' target for subdirs and apps/libsMarius Storm-Olsen2012-05-091-0/+27
* | Fix qpa files installationGirish Ramakrishnan2012-05-081-0/+4
* | Don't attempt to ask cmake to find the glib dependencies.Stephen Kelly2012-05-081-2/+5
|/
* Introduce Arch Linux specific link line to pi mkspecDonald Carr2012-05-051-1/+6
* Add mkspecs for 32-bit Mac OS X builds.Morten Johan Sorvig2012-05-0410-5/+215
* Remove all usages of "arch" CFLAGS on Mac.Morten Johan Sorvig2012-05-048-63/+0
* Revert "Don't use the pri depends line for link dependencies."Stephen Kelly2012-05-031-0/+4
* mkspecs: Define compilers and linkers elsewhere for freebsd-g++46.Raphael Kubo da Costa2012-05-031-4/+10
* Enable QML debugging of qtquick1 with CONFIG+=quick1Kai Koehne2012-05-022-1/+2
* Make eglfs hooks functionality namespace cognisantDonald Carr2012-05-023-0/+10
* If a dependency was not found, and we were not called with REQUIRED, we are n...Stephen Kelly2012-04-291-0/+6
* Properly quote the dependencies string.Stephen Kelly2012-04-291-1/+1
* Make sure different modules do not overwrite each others dependencies.Stephen Kelly2012-04-291-2/+2
* Forward the REQUIRED and QUIET arguments when finding dependencies.Stephen Kelly2012-04-291-1/+10
* Added mkspecs for iOS.Qt4iOS2012-04-2636-0/+1532
* Add makespecs for standard devices in the OMAP3 familyRomain Pokrzywka2012-04-254-0/+206
* Warn if we use deprecated methods from Qt modulesThiago Macieira2012-04-251-0/+1
* Fix creation of config files in debug mode.Stephen Kelly2012-04-241-2/+16
* Add N9 device mkspec to device mkspecs folderDonald Carr2012-04-242-0/+76
* Revert "Add workaround for projects using 'QT += declarative'"Friedemann Kleint2012-04-231-27/+0
* Set default Lighthouse plugin for QNXAndreas Holzammer2012-04-231-0/+3
* Don't tell CMake we're making debug libraries if we're not.Stephen Kelly2012-04-231-2/+2
* Make the QNX QPA plugin work with non blackberry.Stephen Kelly2012-04-236-43/+57
* Adjust device mkspecs to use qpa default plugin varDonald Carr2012-04-207-2/+12
* fix undefined behavior issue on IntegrityKonstantin Ritt2012-04-191-0/+4
* mkspecs: Rename freebsd-g++40 to freebsd-g++46.Raphael Kubo da Costa2012-04-172-3/+3
* mkspecs: Sync freebsd-g++40 and freebsd-g++.Raphael Kubo da Costa2012-04-171-35/+6
* Do not define QT_AOUT_UNDERSCORE in freebsd-g++'s mkspec.Raphael Kubo da Costa2012-04-171-11/+0
* Remove the freebsd-g++34 mkspec.Raphael Kubo da Costa2012-04-172-126/+0
* Do not redefine QT_SOCKLEN_T in freebsd-g++'s mkspec.Raphael Kubo da Costa2012-04-171-9/+0
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-172-4/+2
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1616-34/+412
| |\
| * | Make plugin linking fail if some references aren't presentThiago Macieira2012-04-101-1/+1