aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/use_installed_corelib.pri
Commit message (Collapse)AuthorAgeFilesLines
* Remove top level include path from use_installed_corelib.priKai Koehne2018-03-141-1/+1
| | | | | | | | | | This can confuse e.g. gcc when the top-level include is actually a system directory (/usr/include). Anyway, it is unneeded in the first place: The Qt Creator qbsprojectmanager plugin compiles fine without. Change-Id: I700ae6bad16544726b5a450a6f7a29b67f013219 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>
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+38
Otherwise all changes to the implementation will have to be duplicated in IDEs. Change-Id: I61e6d4fa1ee9b724eb5d9de9f233dc915a6c8bc3 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>