aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/use_corelib.pri
Commit message (Collapse)AuthorAgeFilesLines
* Fix macOS build for Qt 5.6.1Joerg Bornemann2018-03-011-1/+1
| | | | | | | | Use the macx qmake scope instead of the macos scope that was introduced somewhen after Qt 5.6.1. Change-Id: Ie70da955373e5db9b910eeb26abe0decda385725 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Fix rpath of plugins in qmake buildJoerg Bornemann2018-02-281-2/+3
| | | | | | | | | Plugins never had a correct rpath in the qmake build. We never noticed, because all shared objects the plugins use are already loaded before the plugin is loaded. This will change in a later commit. Change-Id: I4e64a10070dc5092a9ce8272349cad24ec84a9ec Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Remove CONFIG += depend_includepath from our .pro filesJoerg Bornemann2018-02-281-2/+0
| | | | | | | | This is default since quite a while, and we never actively maintained a separate DEPENDPATH anyway. Change-Id: I3f376f0a3b7f4066be800f795ace05b753797461 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Move the buildgraph, language and tools tests into the proper locationsJake Petroules2017-06-221-0/+1
| | | | | | | Also export necessary symbols that they need. Change-Id: I3023893a3da82cf0d86b0d08df38943db867cf3a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Do not export QtXml from corelibJoerg Bornemann2016-07-061-2/+0
| | | | | | | QtXml is only needed for building corelib. Change-Id: Idcbef666c09cd3aed4dc5353983001c0f57215d8 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Do not export QtScript from corelibJoerg Bornemann2016-07-061-1/+1
| | | | | | | | This was only needed, because libqtprofilesetup included scripttools.h which is no longer the case. Change-Id: I1966660fe3247a4b54783906c2fd139379cda119 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Fix qmake build with icc on Windows.Christian Kandeler2016-05-021-1/+1
| | | | | | Task-number: QBS-967 Change-Id: I8a0bd11886b4e5b36d6800d0bba58c3edaf63d5f Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* Make qmake CONFIG value names consistent.Christian Kandeler2014-08-151-1/+1
| | | | | | | | By giving them all the "qbs" prefix. This also reduces the risk of clashes with values from other sources. Change-Id: I9406edccbc813e4759c840e17cf07926ae86a2d4 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Export information about project file updates being available.Christian Kandeler2014-07-221-0/+1
| | | | | | | Clients need to set the define as well when including the header. Change-Id: I0aa73cb2f530258685dc44b9da99d04d8d737b13 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Make the "lib" part of plugin and library locations configurable.Christian Kandeler2014-02-271-3/+4
| | | | | | | | Can now be set to e.g. "lib64" if required. Task-number: QBS-343 Change-Id: I6f34ade37f39400cc5fde63133a464565feb34c1 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+47
Otherwise all changes to the implementation will have to be duplicated in IDEs. Change-Id: I61e6d4fa1ee9b724eb5d9de9f233dc915a6c8bc3 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>