summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* Doc: Document qmake's plugin_bundle CONFIG valueJoerg Bornemann2019-04-241-0/+2
* Teach qmake MSVC's compiler options /std:c++[14|17|latest]Joerg Bornemann2019-04-233-0/+11
* Doc: Document QMAKE_[L|C[XX]]FLAGS_RELEASE_WITH_DEBUGINFOJoerg Bornemann2019-04-181-0/+22
* Let QINSTALL copy hidden files when installing directoriesJoerg Bornemann2019-04-091-1/+1
* Let "qmake -install qinstall" set default permissions 0644 and 0755Joerg Bornemann2019-04-081-20/+18
* Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-081-10/+16
|\
| * Revert "Let "qmake -install qinstall" set default permissions 0644 and 0755"Jani Heikkinen2019-04-041-10/+16
* | qmake: Remove dead codeKai Koehne2019-04-055-12/+3
* | Document in which Qt version a qmake function was introducedJoerg Bornemann2019-04-031-0/+64
|/
* Fix installation of .pdb files for applications that have VERSION setJoerg Bornemann2019-03-311-8/+11
* Let "qmake -install qinstall" set default permissions 0644 and 0755Joerg Bornemann2019-03-311-16/+10
* Add .lib and .exp files to clean targets only for librariesJoerg Bornemann2019-03-271-1/+1
* Fix library search path order on WindowsJoerg Bornemann2019-03-031-2/+4
* Handle QMAKE_SUBSTITUTES input files as Latin 1Joerg Bornemann2019-02-281-2/+2
* vcxproj generator: Fix files being in multiple filtersJoerg Bornemann2019-02-262-2/+25
* Display EXTRA_TRANSLATIONS files in VS projectsJoerg Bornemann2019-02-261-0/+1
* qmake: vcproj: Fix windeployqt config for dll targetsOliver Wolff2019-02-211-1/+1
* Inline expression to bypass compiler bugDmitry Sokolov2019-02-191-2/+2
* qmake: Optimize for speed instead of sizeYuhang Zhao2019-02-181-2/+2
* Add cmdline feature to qmakeJoerg Bornemann2019-02-182-6/+9
* qmake: don't mess up linking order of frameworksOswald Buddenhagen2019-02-141-6/+3
* Recognize UNC paths as absolute (i.e. not relative)Edward Welbourne2019-02-131-1/+6
* qmake vcxproj generator: Use correct version in solution header for 2017Oliver Wolff2019-02-131-1/+1
* qmake vcxproj generator: Update platform toolset and solution header for VS 2019Joerg Bornemann2019-02-133-2/+14
* qmake/vcxproj generator: Fix bug in extra compiler initializationJoerg Bornemann2019-02-131-6/+6
* Win32 makefile for qmake: Use proper linkerYuhang Zhao2019-02-111-2/+2
* Make the Makefile a dependency of default targets for nmakeJoerg Bornemann2019-02-044-0/+10
* Resolve macOS framework headers for extra compiler depend_commandJoerg Bornemann2019-01-152-0/+19
* MakefileGenerator: deduplicate codeJoerg Bornemann2019-01-152-20/+15
* qmake: use default libdirs to search for prl libsSamuli Piippo2019-01-081-0/+2
* qmake: rewrite msvc/nmake cross-build environment setupOswald Buddenhagen2019-01-051-201/+0
* qmake: add $$read_registry() functionOswald Buddenhagen2019-01-056-5/+54
* qmake: add QMAKE_EXPORTED_VARIABLESOswald Buddenhagen2019-01-054-0/+24
* winrt: Remove yet another Windows Phone leftoverOliver Wolff2019-01-021-8/+0
* qmake: fixify target paths of extra compilers more consistentlyOswald Buddenhagen2018-12-201-15/+19
* qmake: Add support for installing executable files without calling stripAndy Shaw2018-12-201-2/+3
* qmake: move QT_BEGIN_NAMESPACE to correct placeOswald Buddenhagen2018-12-192-3/+3
* qmake: don't mess up linking order of librariesOswald Buddenhagen2018-12-141-2/+12
* Doc: correct syntax error in qmake manualNico Vertriest2018-12-121-1/+1
* Fix qmake's detection for conflicting source files for nmakeJoerg Bornemann2018-12-101-3/+4
* qmake: Escape '=' in dependency paths for unix makeUlf Hermann2018-11-301-0/+2
* Fix crash in qmake parsingAllan Sandfeld Jensen2018-11-291-2/+2
* qmake: fix return type of toLongLong()Oswald Buddenhagen2018-11-211-1/+1
* Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-162-2/+2
|\
| * Revert "Revert "qmake: Work around MSVC compiler bug.""Oliver Wolff2018-11-141-0/+14
| * qmake: fix .prl file generation for bundlesOswald Buddenhagen2018-11-072-2/+2
* | Add Windows Desktop arm64 target to QtbaseThomas Miller2018-11-111-12/+34
* | Revert "Revert "qmake: Work around MSVC compiler bug.""Oliver Wolff2018-11-091-0/+14
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-095-15/+8
|\ \ | |/ |/|
| * Modernize the "textcodec" featureLiang Qi2018-11-075-15/+8