summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* qmake: make sure 'move' commands to DESTDIR are valid on mingwOswald Buddenhagen2018-11-141-7/+7
* qmake: Add test functions for comparing version numbersAlexander Volkov2018-09-245-1/+39
* xcode: Take effective platform name into account for configuration build dirv5.9.6Tor Arne Vestbø2018-06-061-1/+1
* Make sure $$relative_path() uses an absolute path as its first argEdward Welbourne2018-05-043-7/+18
* qmake: Don't map Xcode SYMROOT to output directoryTor Arne Vestbø2018-05-031-1/+11
* Document what the QT qmake variable does in more detailMitch Curtis2018-01-241-0/+3
* Use a proper test for absolute path for qmake's locationEdward Welbourne2018-01-181-1/+4
* qmake: require a drive in a DOS path for it to be absoluteEdward Welbourne2018-01-183-21/+30
* qmake: set COPY_PHASE_STRIP to NO in Xcode generatorJake Petroules2018-01-051-2/+0
* qmake: replace invalid characters in generated bundle identifiersJake Petroules2018-01-051-1/+15
* qmake: Handle QMAKE_LINK_OBJECT_MAX being unset for static librariesMartin Storsjö2018-01-041-1/+2
* fix "make clean" of qmake in a builddir with spaces on mingwOswald Buddenhagen2017-12-141-1/+1
* Stop blocking the ability to generate dSYM debug symbols with XcodeJake Petroules2017-12-141-3/+0
* qmake: Actually resolve QMAKE_SHELL_NULL_DEVICE when writing to MakefileOrgad Shaneh2017-10-161-1/+1
* Qmake: Introduce and use QMAKE_{SYSTEM,SHELL}_NULL_DEVICE variable, take 2Orgad Shaneh2017-10-131-7/+1
* Fix docs about QMAKESPEC in INCLUDEPATHMichal Klocek2017-09-251-2/+2
* Win: Handle installation of read-only target files correctlyAndy Shaw2017-09-131-4/+19
* qmake: fix hypothetical raw data leak in $$replace()Oswald Buddenhagen2017-08-261-1/+5
* qmake: fix hypothetical raw data leaks relating to qt i/o classesOswald Buddenhagen2017-08-261-5/+9
* qmake: remove pointless use of raw data in $$[QMAKEFEATURES] accessOswald Buddenhagen2017-08-262-2/+1
* qmake: remove seemingly pointless QString::detach() callsOswald Buddenhagen2017-08-261-2/+2
* qmake: prune obsolete QString::detach() callOswald Buddenhagen2017-08-261-3/+1
* qmake: make more use of ProString built-insOswald Buddenhagen2017-08-263-19/+15
* qmake: fix raw data detach avoidanceOswald Buddenhagen2017-08-263-12/+6
* qmake: fix excessive detaching of raw dataOswald Buddenhagen2017-08-261-3/+3
* qmake: make yet more use of ProString::toQStringRef()Oswald Buddenhagen2017-08-265-15/+22
* Adapt qmake's raw-string parser to avoid confusion by macrosEdward Welbourne2017-08-241-7/+35
* Add MSVC manifest backup file to "clean" targetJoerg Bornemann2017-08-181-0/+1
* qmake: don't limit command line length when not actually on windowsOswald Buddenhagen2017-08-151-1/+2
* Change source identifier type in ProStringOswald Buddenhagen2017-08-157-28/+53
* qmake: fix warning about duplicate references in project fileJake Petroules2017-07-201-1/+5
* qmake: Remove last remains of WinCE supportOliver Wolff2017-07-191-3/+3
* winrt: qmake: Fix deployment rules of created solution filesOliver Wolff2017-07-191-2/+3
* Doc: Update docs for QMAKE_MACOSX_DEPLOYMENT_TARGET in qmake ManualLeena Miettinen2017-07-171-6/+5
* Doc: Add Apple OS deployment targets to the qmake ManualLeena Miettinen2017-07-171-1/+25
* qmake: Separate object_script by Makefile nameOrgad Shaneh2017-07-071-0/+4
* Pass the absolute path with the file when finding filesAndy Shaw2017-06-191-3/+4
* qmake: Delete static library before calling ar on MinGWOrgad Shaneh2017-06-121-0/+7
* qmake: Fix initialization order in VcprojGenerator ctorOrgad Shaneh2017-06-121-2/+2
* qmake: Use braces for struct initialization in MSVC object modelOrgad Shaneh2017-06-121-9/+9
* qmake: Delete unused variables in MSBuild object modelOrgad Shaneh2017-06-121-27/+0
* qmake: Avoid raw string comparisonOrgad Shaneh2017-06-121-1/+1
* make mkspecs not mess up -rpath-linkOswald Buddenhagen2017-05-311-0/+2
* make mkspecs not mess up library and include search pathsOswald Buddenhagen2017-05-312-0/+5
* Fix parsing of MSVC's /utf-8 option, take 2Joerg Bornemann2017-05-231-1/+1
* Do not warn about unknown MSVC compiler conformance optionsJoerg Bornemann2017-05-231-5/+1
* Simplify built-in qmake install commandSimon Hausmann2017-05-044-37/+31
* VS 2017: Fall back to "x86" as arch if it is not "arm" or "x64"Oliver Wolff2017-05-031-1/+1
* Preserve last modification timestamps of installed directoriesSimon Hausmann2017-05-026-28/+103
* Fix make install to be deterministicSimon Hausmann2017-04-282-13/+12