summaryrefslogtreecommitdiff
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
...
* escape *_script_file usages in MingwMakefileGenerator::writeObjectsPartMax Desyatov2012-03-071-4/+4
* Create target pkgconfig dir in qmake generated Windows MakefilesHib Eris2012-02-291-0/+6
* Implement missing replacements when installing .pc files for win32Hib Eris2012-02-291-1/+17
* Add TARGET_VERSION_EXT to pkgConfiglibNameHib Eris2012-02-291-0/+1
* Fix qmake evaluation of QMAKE_TARGET.arch on msvc2010 x86_64Giotis Nikos2012-02-091-2/+8
* Ensure that the RC_FILE is correctly handled in a single configurationAndy Shaw2012-02-071-0/+2
* Add support for XCode 4 into qmakeAndy Shaw2012-02-021-71/+172
* Escape path names in qmake-generated Makefiles.Andreas Hartmetz2012-01-311-1/+1
* Symbian: qmake: Fix emulator deployment destinationsJaakko Helanti2012-01-172-7/+27
* Update year in Nokia copyright messages.Jason McDonald2012-01-1155-55/+55
* qmake: fix default value for C++ optimization in vcxproj filesJoerg Bornemann2012-01-061-0/+4
* qmake: fix /MP option for VS 2010Joerg Bornemann2012-01-061-3/+3
* Symbian: Fix a case sensitivity issue with QMAKE_EXTRA_COMPILERSMiikka Heikkinen2011-12-091-0/+4
* Symbian: Fix language mappings for localize_deploymentMiikka Heikkinen2011-12-071-5/+10
* Symbian: Only localize the application .rss that needs it, not all .rssMiikka Heikkinen2011-12-072-2/+1
* Windows: Add gcc 4.6.Friedemann Kleint2011-11-161-1/+1
* Add INTEGRITY gbuild.* files to qmake project.Rolland Dudemaine2011-11-152-2/+5
* Use the project root from .gpj project files, instead of local path.Rolland Dudemaine2011-11-151-3/+5
* Make sure QMAKE_CXX is defined to prevent crashing on some projects.Rolland Dudemaine2011-11-151-1/+3
* Add support for .pro-type subdirectories.Rolland Dudemaine2011-11-151-1/+1
* Add relative path to the work directory, to prevent filename clashes.Rolland Dudemaine2011-11-151-0/+4
* Only call moc if the file needs it.Rolland Dudemaine2011-11-151-2/+3
* Use outname to specify the output .gpj to generate.Rolland Dudemaine2011-11-151-3/+3
* Use "dll" instead of "shared".Rolland Dudemaine2011-11-151-1/+1
* Instead of translating / into _, check if subdir is a .pro.Rolland Dudemaine2011-11-151-2/+4
* Do not generate -D defines for project types.Rolland Dudemaine2011-11-151-1/+2
* Clean up generated linker file for the shared library case.Rolland Dudemaine2011-11-151-9/+11
* Make applications start by default (StartIt True).Rolland Dudemaine2011-11-151-0/+1
* Change the overload from write() to writeMakefile() in INTEGRITY generatorRolland Dudemaine2011-11-152-2/+2
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-tools-staging into mast...Qt Continuous Integration System2011-10-191-1/+1
|\
| * qmake: fix writing of incremental linker option for vcxproj filesJoerg Bornemann2011-10-141-1/+1
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2011-10-171-0/+1
|\ \
| * \ Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-10-142-7/+3
| |\ \ | | |/
| * | Symbian: Parse ts filenames case-insensitively for localize_deploymentMiikka Heikkinen2011-09-301-0/+1
| * | Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-09-202-58/+5
| |\ \
* | | | support the obj-c #import statement in the dependency generatorOswald Buddenhagen2011-10-141-1/+2
| |_|/ |/| |
* | | Add -nn for .cpp MOC preprocessing for INTEGRITYRolland Dudemaine2011-10-121-0/+1
* | | Remove commented out code.Rolland Dudemaine2011-10-121-7/+0
* | | add integrity gbuild to the project file for convenienceOswald Buddenhagen2011-09-291-0/+2
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2011-09-201-35/+28
|\ \ \ | |/ / | | / | |/ |/|
| * Remove few unused variables.Miikka Heikkinen2011-09-061-2/+0
| * Symbian: Detect app caption and pkg name translations by id attribute.Miikka Heikkinen2011-09-061-33/+28
| * Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-08-312-2/+2
| |\
* | \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-09-101-56/+3
|\ \ \
| * | | find qt.conf more reliablyOswald Buddenhagen2011-09-091-56/+3
| | |/ | |/|
* | | qmake vcxproj generator: fix XML conversion for build eventsJoerg Bornemann2011-09-081-2/+2
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2011-08-316-34/+34
|\ \ \ | |/ / |/| / | |/
| * Improved support for shadow builds in Symbian.Miikka Heikkinen2011-08-246-34/+34
* | Added missing no_include_pwd checkStyopa Semenukha2011-08-181-1/+1
* | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-08-181-1/+1
|/